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 2aec087 commit 2551c22Copy full SHA for 2551c22
src/AndroidClient/android/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
2
apply plugin: 'com.github.dcendents.android-maven'
3
apply plugin: 'com.jfrog.bintray'
4
5
-version = "1.0.13"
+version = "1.0.15"
6
7
android {
8
compileSdkVersion 21
src/AndroidClient/client/build.gradle
group = "net.servicestack" // Maven Group ID for the artifact
String packageId = "client"
0 commit comments