We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c715098 commit 792fd55Copy full SHA for 792fd55
src/AndroidClient/android/build.gradle
@@ -4,7 +4,7 @@ apply plugin: 'maven-publish'
4
apply plugin: 'signing'
5
6
// Define the version and group for the Maven package
7
-version = "1.0.50"
+version = "1.1.0"
8
group = "net.servicestack"
9
10
if (project.hasProperty('versionSuffix')) {
src/AndroidClient/client/build.gradle
0 commit comments