From 9a98cadcb16ae08901fa3ea9ca24334165d6bcfe Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Mon, 10 May 2021 19:20:49 -0600 Subject: release 1.0 complete --- app/build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app/build.gradle') 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 -- cgit v1.2.3