Skip to content

Commit 2ca0c9a

Browse files
committed
upload
1 parent c557e11 commit 2ca0c9a

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

2531
dependencies {

appbarspring/build.gradle

Lines changed: 2 additions & 2 deletions
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.1'
5+
version = '1.0.0'
66

77
android {
88
compileSdkVersion Integer.parseInt(compile_sdk_version)
@@ -32,7 +32,7 @@ dependencies {
3232

3333
def siteUrl = 'https://github.com/ToDou/appbarlayout-spring-extension' // 项目的主页
3434
def gitUrl = 'https://github.com/ToDou/appbarlayout-spring-extension.git' // Git仓库的url
35-
group = "com.todou.com"
35+
group = "com.github.todou"
3636
install {
3737
repositories.mavenInstaller {
3838
// This generates POM.xml with proper parameters

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313
}
1414

1515
plugins {
16-
id "com.jfrog.bintray" version "1.6"
16+
id "com.jfrog.bintray" version "1.7"
1717
}
1818

1919
allprojects {

0 commit comments

Comments
 (0)