Skip to content

Commit 75307a4

Browse files
committed
Update version for publish
1 parent bda6847 commit 75307a4

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-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.10"
5+
version = "1.0.12"
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.10"
5+
version = "1.0.12"
66
group = "net.servicestack" // Maven Group ID for the artifact
77
String packageId = "client"
88

src/AndroidClient/techstacks/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ android {
1717
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
1818
}
1919
}
20+
lintOptions {
21+
abortOnError false
22+
}
2023
}
2124

2225
dependencies {

0 commit comments

Comments
 (0)