diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2021-05-10 19:20:49 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2021-05-10 19:20:49 -0600 |
commit | 9a98cadcb16ae08901fa3ea9ca24334165d6bcfe (patch) | |
tree | e35d64764579fe05fee4146fa005132817d9bbf2 /app/build.gradle | |
parent | 60e63cde57aac39cd38c813d68070299e87e1ba0 (diff) | |
download | wiimmfi-watcher-9a98cadcb16ae08901fa3ea9ca24334165d6bcfe.tar wiimmfi-watcher-9a98cadcb16ae08901fa3ea9ca24334165d6bcfe.tar.gz wiimmfi-watcher-9a98cadcb16ae08901fa3ea9ca24334165d6bcfe.tar.bz2 |
release 1.0 complete
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 4 |
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 |