Skip to content

Commit 6224d03

Browse files
committed
update project version, dependencies, gradle version and target SDK
1 parent 72f2645 commit 6224d03

4 files changed

Lines changed: 15 additions & 18 deletions

File tree

app/build.gradle

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

33
android {
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

2222
dependencies {
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'

build.gradle

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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

expandabletextview/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
33
apply plugin: 'com.jfrog.bintray'
44

5-
def fullVersion = '1.0.3'
5+
def fullVersion = '1.0.4'
66

77
group = 'at.blogc'
88
version = fullVersion
99

1010
android {
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

3434
dependencies {
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
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Dec 28 10:00:20 PST 2015
1+
#Wed Oct 11 14:19:54 CEST 2017
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=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

0 commit comments

Comments
 (0)