File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22apply plugin : ' com.github.dcendents.android-maven'
33apply plugin : ' com.jfrog.bintray'
44
5- version = " 1.0.10 "
5+ version = " 1.0.12 "
66
77android {
88 compileSdkVersion 21
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22apply plugin : ' com.github.dcendents.android-maven'
33apply plugin : ' com.jfrog.bintray'
44
5- version = " 1.0.10 "
5+ version = " 1.0.12 "
66group = " net.servicestack" // Maven Group ID for the artifact
77String packageId = " client"
88
Original file line number Diff line number Diff 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
2225dependencies {
You can’t perform that action at this time.
0 commit comments