Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
Project: Bump to 1.3.0 (Beta)
Browse files Browse the repository at this point in the history
Signed-off-by: Fung <[email protected]>
  • Loading branch information
fython committed Jun 13, 2017
1 parent 13b9643 commit a516918
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "info.papdt.blackblub"
minSdkVersion 21
targetSdkVersion 26
versionCode 9
versionName "1.2.1"
versionCode 10
versionName "1.3.0"
}
buildTypes {
release {
Expand Down
3 changes: 2 additions & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@
-keep class info.papdt.blackblub.services.** {*;}
-keep class info.papdt.blackblub.ui.** {*;}
-keep class info.papdt.blackblub.ui.LaunchActivity$MessageReceiver {*;}
-keep class info.papdt.blackblub.ui.shortcut.ToggleActivity$MessageReceiver {*;}
-keep class info.papdt.blackblub.ui.shortcut.ToggleActivity$MessageReceiver {*;}
-keep class com.wdullaer.** {*;}

0 comments on commit a516918

Please sign in to comment.