diff --git a/android/app/build.gradle b/android/app/build.gradle index 094cfd0c..7aebdcaa 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -60,6 +60,10 @@ android { release { // TODO: Add your own signing config for the release build. signingConfig signingConfigs.release + debuggable false + minifyEnabled true + shrinkResources true + proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } debug { diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index e9c14541..e4204f20 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -33,6 +33,13 @@ + + + + + + +