Skip to content

Commit 83a8d3f

Browse files
committed
Added ActivityNotFoundException handle logic
1 parent 2f267f7 commit 83a8d3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ publish {
55
userOrg = 'mcsong'
66
groupId = 'net.sjava'
77
artifactId = 'appstore'
8-
publishVersion = '1.0.2'
8+
publishVersion = '1.0.3'
99
desc = 'Android AppStore Library'
1010
website = 'https://github.com/mcsong/AppStoreLibrary'
1111
issueTracker = "${website}/issues"
@@ -30,7 +30,7 @@ android {
3030
minSdkVersion 8
3131
targetSdkVersion 24
3232
versionCode 1
33-
versionName "1.0.2"
33+
versionName "1.0.3"
3434
}
3535

3636
buildTypes {

0 commit comments

Comments
 (0)