Skip to content

Commit 2551c22

Browse files
committed
Updated client and android package versions. Published client to MC.
1 parent 2aec087 commit 2551c22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/AndroidClient/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
33
apply plugin: 'com.jfrog.bintray'
44

5-
version = "1.0.13"
5+
version = "1.0.15"
66

77
android {
88
compileSdkVersion 21

src/AndroidClient/client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
33
apply plugin: 'com.jfrog.bintray'
44

5-
version = "1.0.13"
5+
version = "1.0.15"
66
group = "net.servicestack" // Maven Group ID for the artifact
77
String packageId = "client"
88

0 commit comments

Comments
 (0)