File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22
33android {
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 {
2121dependencies {
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'
You can’t perform that action at this time.
0 commit comments