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 24
5- buildToolsVersion " 23 .0.3 "
4+ compileSdkVersion 26
5+ buildToolsVersion " 26 .0.2 "
66
77 defaultConfig {
88 applicationId " blogc.at.android.views"
99 minSdkVersion 14
10- targetSdkVersion 24
10+ targetSdkVersion 26
1111 versionCode 1
1212 versionName " 1.0.0"
1313 }
@@ -21,9 +21,8 @@ android {
2121
2222dependencies {
2323 compile fileTree(dir : ' libs' , include : [' *.jar' ])
24- compile ' com.android.support:appcompat-v7:24.1.1'
25-
26- compile ' com.android.support:support-annotations:24.1.1'
24+ compile ' com.android.support:appcompat-v7:26.0.0-alpha1'
25+ compile ' com.android.support:support-annotations:25.3.1'
2726 compile project(' :expandabletextview' )
2827
2928 testCompile ' junit:junit:4.12'
Original file line number Diff line number Diff line change @@ -5,11 +5,9 @@ buildscript {
55 jcenter()
66 }
77 dependencies {
8- classpath ' com.android.tools.build:gradle:2.0.0'
9- classpath ' com.github.dcendents:android-maven-gradle-plugin:1.3'
10- classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
11- // NOTE: Do not place your application dependencies here; they belong
12- // in the individual module build.gradle files
8+ classpath ' com.android.tools.build:gradle:2.3.3'
9+ classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5'
10+ classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
1311 }
1412}
1513
Original file line number Diff line number Diff line change @@ -2,18 +2,18 @@ apply plugin: 'com.android.library'
22apply plugin : ' com.github.dcendents.android-maven'
33apply plugin : ' com.jfrog.bintray'
44
5- def fullVersion = ' 1.0.3 '
5+ def fullVersion = ' 1.0.4 '
66
77group = ' at.blogc'
88version = fullVersion
99
1010android {
11- compileSdkVersion 24
12- buildToolsVersion " 23 .0.3 "
11+ compileSdkVersion 26
12+ buildToolsVersion " 26 .0.2 "
1313
1414 defaultConfig {
1515 minSdkVersion 14
16- targetSdkVersion 24
16+ targetSdkVersion 26
1717 versionCode 1
1818 versionName fullVersion
1919
@@ -33,7 +33,7 @@ repositories {
3333
3434dependencies {
3535 compile fileTree(dir : ' libs' , include : [' *.jar' ])
36- compile ' com.android.support:support-annotations:24.1 .1'
36+ compile ' com.android.support:support-annotations:25.3 .1'
3737
3838 testCompile ' junit:junit:4.12'
3939}
Original file line number Diff line number Diff line change 1- # Mon Dec 28 10:00:20 PST 2015
1+ # Wed Oct 11 14:19:54 CEST 2017
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-2.10 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.2.1 -all.zip
You can’t perform that action at this time.
0 commit comments