We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfd6db5 commit 19f6878Copy full SHA for 19f6878
1 file changed
app/build.gradle
@@ -6,13 +6,13 @@ android {
6
applicationId "org.twistedappdeveloper.opcclient"
7
minSdkVersion 17
8
targetSdkVersion 28
9
- versionCode 12
+ versionCode 13
10
versionName "1.0.8"
11
multiDexEnabled true
12
}
13
buildTypes {
14
release {
15
- minifyEnabled true
+ minifyEnabled false
16
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
17
18
0 commit comments