Skip to content

Commit

Permalink
Bumped version to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
francoiscampbell committed Mar 19, 2016
1 parent 1da2955 commit c33983b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "io.github.francoiscampbell.xposeddatausage"
minSdkVersion 14
targetSdkVersion 23
versionCode 2
versionName "0.6"
versionCode 3
versionName "0.7"
}
buildTypes {
release {
Expand Down
2 changes: 2 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@
-dontobfuscate
-dontwarn kotlin.**
-keep public class io.github.francoiscampbell.xposeddatausage.Module
-keep public class io.github.francoiscampbell.xposeddatausage.settings.SettingsActivity
-keepattributes Signature

0 comments on commit c33983b

Please sign in to comment.