Skip to content

Commit f23c71c

Browse files
committed
Okay.
1 parent 8faafc6 commit f23c71c

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
@@ -10,13 +10,13 @@ android {
1010
applicationId "com.yourbcabus.android.yourbcabus"
1111
minSdkVersion 22
1212
targetSdkVersion 28
13-
versionCode 4
13+
versionCode 5
1414
versionName "1.1.0-beta.2"
1515
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1616
}
1717
buildTypes {
1818
release {
19-
minifyEnabled true
19+
minifyEnabled false
2020
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
2121
}
2222
}

0 commit comments

Comments
 (0)