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 2f267f7 commit 83a8d3fCopy full SHA for 83a8d3f
Library/build.gradle
@@ -5,7 +5,7 @@ publish {
5
userOrg = 'mcsong'
6
groupId = 'net.sjava'
7
artifactId = 'appstore'
8
- publishVersion = '1.0.2'
+ publishVersion = '1.0.3'
9
desc = 'Android AppStore Library'
10
website = 'https://github.com/mcsong/AppStoreLibrary'
11
issueTracker = "${website}/issues"
@@ -30,7 +30,7 @@ android {
30
minSdkVersion 8
31
targetSdkVersion 24
32
versionCode 1
33
- versionName "1.0.2"
+ versionName "1.0.3"
34
}
35
36
buildTypes {
0 commit comments