We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b8a188 commit 3bc68aeCopy full SHA for 3bc68ae
dependencies.gradle
@@ -1,7 +1,7 @@
1
ext {
2
// APP VERSION
3
androidVersionCode = 1
4
- androidVersionName = "1.3.0"
+ androidVersionName = "1.4.0"
5
6
// ANDROID VERSION
7
androidCompileSdkVersion = 29
@@ -49,7 +49,7 @@ ext {
49
mockK = "io.mockk:mockk:$mockKVersion"
50
51
52
- publishVersionID = "1.3.0"
+ publishVersionID = "1.4.0"
53
groupProjectID = "com.qifan.powerpermission"
54
userName = "Qifan YANG"
55
userId = "underwindfall"
0 commit comments