Skip to content

Commit 19f6878

Browse files
author
simon
committed
minifyEnabled to false
1 parent dfd6db5 commit 19f6878

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ android {
66
applicationId "org.twistedappdeveloper.opcclient"
77
minSdkVersion 17
88
targetSdkVersion 28
9-
versionCode 12
9+
versionCode 13
1010
versionName "1.0.8"
1111
multiDexEnabled true
1212
}
1313
buildTypes {
1414
release {
15-
minifyEnabled true
15+
minifyEnabled false
1616
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
1717
}
1818
}

0 commit comments

Comments
 (0)