File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,6 +20,12 @@ android {
2020 proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
2121 }
2222 }
23+
24+ android {
25+ lintOptions {
26+ abortOnError false
27+ }
28+ }
2329}
2430
2531dependencies {
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.1 '
5+ version = ' 1.0.0 '
66
77android {
88 compileSdkVersion Integer . parseInt(compile_sdk_version)
@@ -32,7 +32,7 @@ dependencies {
3232
3333def siteUrl = ' https://github.com/ToDou/appbarlayout-spring-extension' // 项目的主页
3434def gitUrl = ' https://github.com/ToDou/appbarlayout-spring-extension.git' // Git仓库的url
35- group = " com.todou.com "
35+ group = " com.github.todou "
3636install {
3737 repositories. mavenInstaller {
3838 // This generates POM.xml with proper parameters
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ buildscript {
1313}
1414
1515plugins {
16- id " com.jfrog.bintray" version " 1.6 "
16+ id " com.jfrog.bintray" version " 1.7 "
1717}
1818
1919allprojects {
You can’t perform that action at this time.
0 commit comments