Skip to content

Commit

Permalink
Disabled proguard until I can remove all introspection and keep all r…
Browse files Browse the repository at this point in the history
…eflection classes.
  • Loading branch information
aerovulpe committed May 26, 2015
1 parent e69c29f commit 6bdb4c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified app/app-release.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ android {
applicationId "me.aerovulpe.crawler"
minSdkVersion 16
targetSdkVersion 22
versionCode 2
versionCode 3
versionName "1.0"
}
buildTypes {
release {
minifyEnabled true
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
Expand Down

0 comments on commit 6bdb4c0

Please sign in to comment.