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 2.0.0 Beta
Browse files Browse the repository at this point in the history
Signed-off-by: Fung <[email protected]>
  • Loading branch information
fython committed Nov 12, 2017
1 parent cd2da2e commit ec15bff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}

-keep class info.papdt.blackblub.receiver.** {*;}
-keep class info.papdt.blackblub.services.** {*;}
-keep class info.papdt.blackblub.service.** {*;}
-keep class info.papdt.blackblub.ui.** {*;}
-keep class com.github.** {*;}
-keep class com.wdullaer.** {*;}
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ ext {
minSdkVersion = 21
targetSdkVersion = 26
buildToolsVersion = "27.0.0"
versionCode = 14
versionName = '2.0 Beta'
versionCode = 15
versionName = '2.0.0 Beta'
}

buildscript {
Expand Down

0 comments on commit ec15bff

Please sign in to comment.