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.
2 parents e37b1f7 + 333d821 commit 44a87feCopy full SHA for 44a87fe
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.22"
+version = "1.0.23"
6
7
android {
8
compileSdkVersion 23
src/AndroidClient/client/build.gradle
@@ -11,7 +11,7 @@ dependencies {
11
testCompile 'org.mockito:mockito-core:1.9.5'
12
}
13
14
15
group = "net.servicestack" // Maven Group ID for the artifact
16
String packageId = "client"
17
String groupID = group
0 commit comments