We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff2fcc7 commit ba6ad7aCopy full SHA for ba6ad7a
app/build.gradle
@@ -5,13 +5,14 @@ android {
5
defaultConfig {
6
applicationId "io.github.ratul.topactivity"
7
minSdkVersion 21
8
- targetSdkVersion 29
+ targetSdkVersion 32
9
versionCode 15
10
versionName "1.5.5"
11
}
12
13
buildTypes {
14
release {
15
+ debuggable false
16
minifyEnabled true
17
shrinkResources true
18
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
0 commit comments