aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 1b11131..baf850d 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -2,6 +2,7 @@ plugins {
id 'com.android.application'
}
+
android {
compileSdkVersion 30
buildToolsVersion "30.0.3"
@@ -80,4 +81,5 @@ dependencies {
}
}
-} \ No newline at end of file
+}
+android.buildTypes.release.ndk.debugSymbolLevel = 'FULL' \ No newline at end of file