Skip to content
Snippets Groups Projects
Commit eb7397c0 authored by John Carlson's avatar John Carlson
Browse files

Disable proguard as it is the most frustrating thing ever. Bump version for release

parent cd85381e
No related branches found
No related tags found
No related merge requests found
Pipeline #
Loading
Loading
@@ -14,12 +14,12 @@ android {
minSdkVersion 16
targetSdkVersion 23
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
versionCode 224
versionName "2.2.4"
versionCode 225
versionName "2.2.5"
}
buildTypes {
release {
minifyEnabled true
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
ext.enableCrashlytics = true
manifestPlaceholders = [fabric_key: project.ext.LABCOAT_FABRIC_KEY]
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment