File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 - tools
88 - platform-tools
99 - tools
10- - build-tools-25 .0.2
11- - android-25
10+ - build-tools-26 .0.1
11+ - android-26
1212 - extra-android-m2repository
1313
1414script :
Original file line number Diff line number Diff line change @@ -4,14 +4,17 @@ buildscript {
44 }
55 dependencies {
66 classpath ' com.android.tools.build:gradle:2.3.3'
7- classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5 '
7+ classpath ' com.github.dcendents:android-maven-gradle-plugin:2.0 '
88 }
99}
1010
1111allprojects {
1212 repositories {
13- mavenLocal()
1413 jcenter()
14+ mavenLocal()
1515 mavenCentral()
16+ maven {
17+ url " https://maven.google.com"
18+ }
1619 }
1720}
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22// https://docs.gradle.org/current/userguide/publishing_maven.html
33// http://www.flexlabs.org/2013/06/using-local-aar-android-library-packages-in-gradle-builds
4- apply plugin : ' com.github.dcendents.android-maven'
54apply plugin : ' maven-publish'
65
76group= ' com.github.ArthurHub'
@@ -15,11 +14,11 @@ ext {
1514
1615android {
1716
18- compileSdkVersion 25
19- buildToolsVersion ' 25 .0.2 '
17+ compileSdkVersion 26
18+ buildToolsVersion ' 26 .0.1 '
2019 defaultConfig {
21- minSdkVersion 10
22- targetSdkVersion 25
20+ minSdkVersion 14
21+ targetSdkVersion 26
2322 versionCode 1
2423 versionName PUBLISH_VERSION
2524 }
@@ -52,7 +51,7 @@ publishing {
5251apply from : ' https://raw.githubusercontent.com/ArthurHub/release-android-library/master/android-release-aar.gradle'
5352
5453dependencies {
55- compile ' com.android.support:appcompat-v7:25.3.1 '
56- compile " com.android.support:exifinterface:25.3.1 "
54+ compile ' com.android.support:appcompat-v7:26.0.2 '
55+ compile " com.android.support:exifinterface:26.0.2 "
5756}
5857
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-3.3 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.1 -all.zip
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4- compileSdkVersion 25
5- buildToolsVersion ' 25 .0.2 '
4+ compileSdkVersion 26
5+ buildToolsVersion ' 26 .0.1 '
66
77 defaultConfig {
88 minSdkVersion 14
9- targetSdkVersion 25
9+ targetSdkVersion 26
1010 versionCode 1
1111 versionName ' 1.0'
1212 }
@@ -17,5 +17,5 @@ android {
1717
1818dependencies {
1919 compile project(' :cropper' )
20- compile ' com.android.support:appcompat-v7:25.3.1 '
20+ compile ' com.android.support:appcompat-v7:26.0.2 '
2121}
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4- compileSdkVersion 25
5- buildToolsVersion ' 25 .0.2 '
4+ compileSdkVersion 26
5+ buildToolsVersion ' 26 .0.1 '
66
77 defaultConfig {
88 minSdkVersion 14
9- targetSdkVersion 25
9+ targetSdkVersion 26
1010 versionCode 1
1111 versionName ' 1.0'
1212 }
@@ -17,5 +17,5 @@ android {
1717
1818dependencies {
1919 compile project(' :cropper' )
20- compile ' com.android.support:appcompat-v7:25.3.1 '
20+ compile ' com.android.support:appcompat-v7:26.0.2 '
2121}
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4- compileSdkVersion 25
5- buildToolsVersion ' 25 .0.2 '
4+ compileSdkVersion 26
5+ buildToolsVersion ' 26 .0.1 '
66
77 defaultConfig {
8- minSdkVersion 11
9- targetSdkVersion 25
8+ minSdkVersion 14
9+ targetSdkVersion 26
1010 versionCode 1
1111 versionName ' 1.0'
1212 }
@@ -16,7 +16,7 @@ android {
1616}
1717
1818dependencies {
19- compile ' com.android.support:appcompat-v7:25.3.1 '
19+ compile ' com.android.support:appcompat-v7:26.0.2 '
2020 compile ' com.theartofdev.edmodo:android-image-cropper:2.4.+'
2121
2222}
You can’t perform that action at this time.
0 commit comments