File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4- compileSdkVersion 23
5- buildToolsVersion " 23 .0.3 "
4+ compileSdkVersion 25
5+ buildToolsVersion " 25 .0.2 "
66
77 defaultConfig {
88 applicationId " io.netopen.hotbitmapgg.ringprogressbar"
9- minSdkVersion 22
10- targetSdkVersion 23
9+ minSdkVersion 15
10+ targetSdkVersion 25
1111 versionCode 1
1212 versionName " 1.0"
1313 }
@@ -22,6 +22,6 @@ android {
2222dependencies {
2323 compile fileTree(dir : ' libs' , include : [' *.jar' ])
2424 testCompile ' junit:junit:4.12'
25- compile ' com.android.support:appcompat-v7:23.4 .0'
25+ compile ' com.android.support:appcompat-v7:25.1 .0'
2626 compile project(' :library' )
2727}
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ buildscript {
66 }
77 dependencies {
88 classpath ' com.android.tools.build:gradle:2.2.3'
9+ classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5'
910
1011 // NOTE: Do not place your application dependencies here; they belong
1112 // in the individual module build.gradle files
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22
33android {
4- compileSdkVersion 23
5- buildToolsVersion " 23 .0.3 "
4+ compileSdkVersion 25
5+ buildToolsVersion " 25 .0.2 "
66
77 defaultConfig {
88 minSdkVersion 15
9- targetSdkVersion 23
9+ targetSdkVersion 25
1010 versionCode 1
1111 versionName " 1.0"
1212 }
@@ -21,5 +21,6 @@ android {
2121dependencies {
2222 compile fileTree(dir : ' libs' , include : [' *.jar' ])
2323 testCompile ' junit:junit:4.12'
24- compile ' com.android.support:appcompat-v7:23.4.0'
2524}
25+
26+ apply from : ' https://raw.githubusercontent.com/Commit451/gradle-android-javadocs/1.0.0/gradle-android-javadocs.gradle'
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments