Skip to content

Commit a646428

Browse files
author
CNCoderX
committed
添加maven仓库
1 parent 4815595 commit a646428

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ buildscript {
99

1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files
12+
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.2'
13+
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:3.1.1"
14+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
1215
}
1316
}
1417

library/build.gradle

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 24
5-
buildToolsVersion "24.0.3"
4+
compileSdkVersion 25
5+
buildToolsVersion "25.0.3"
66

77
defaultConfig {
8-
minSdkVersion 15
9-
targetSdkVersion 24
8+
minSdkVersion 14
9+
targetSdkVersion 25
1010
versionCode 1
1111
versionName "1.0"
1212
}
@@ -21,5 +21,7 @@ android {
2121
dependencies {
2222
compile fileTree(dir: 'libs', include: ['*.jar'])
2323
testCompile 'junit:junit:4.12'
24-
compile 'com.android.support:recyclerview-v7:24.2.1'
24+
compile 'com.android.support:recyclerview-v7:25.3.1'
2525
}
26+
27+
apply from: 'bintray.gradle'

0 commit comments

Comments
 (0)