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

Commit ec15bff

Browse files
committed
Project: Bump to 2.0.0 Beta
Signed-off-by: Fung <fython@163.com>
1 parent cd2da2e commit ec15bff

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/proguard-rules.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727

2828
-keep class info.papdt.blackblub.receiver.** {*;}
29-
-keep class info.papdt.blackblub.services.** {*;}
29+
-keep class info.papdt.blackblub.service.** {*;}
3030
-keep class info.papdt.blackblub.ui.** {*;}
3131
-keep class com.github.** {*;}
3232
-keep class com.wdullaer.** {*;}

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ ext {
33
minSdkVersion = 21
44
targetSdkVersion = 26
55
buildToolsVersion = "27.0.0"
6-
versionCode = 14
7-
versionName = '2.0 Beta'
6+
versionCode = 15
7+
versionName = '2.0.0 Beta'
88
}
99

1010
buildscript {

0 commit comments

Comments
 (0)