commit c9032672f5c5269c51603259bb4266bc057c1783 parent a0400270c12276f6139a760579e6f582178c5855 Author: Marcel <mtrnord1@gmail.com> Date: Fri, 21 Feb 2020 19:20:27 +0100 Add missing } Diffstat:
| M | android/app/build.gradle | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/android/app/build.gradle b/android/app/build.gradle @@ -54,6 +54,7 @@ android { debug { applicationIdSuffix '.debug' versionNameSuffix "-debug" + } } }