Skip to content

Commit

Permalink
Shrinking size of apk.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjluc committed Mar 2, 2015
1 parent aa96d05 commit 9a77f24
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
7 changes: 5 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ android {
applicationId "chrisjluc.onesearch"
minSdkVersion 14
targetSdkVersion 21
versionCode 5
versionName "1.0.1"
versionCode 7
versionName "1.0.2.1"
}
buildTypes {
release {
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
Expand Down
2 changes: 2 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}
-dontwarn
-ignorewarnings
13 changes: 0 additions & 13 deletions app/src/androidTest/java/chrisjluc/onesearch/ApplicationTest.java

This file was deleted.

0 comments on commit 9a77f24

Please sign in to comment.