Skip to content

Commit f093698

Browse files
author
Bernd Kampl
committed
Update build tools and gradle
1 parent 9e337f8 commit f093698

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

app/build.gradle

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

33
android {
4-
compileSdkVersion 25
5-
buildToolsVersion "25.0.3"
4+
compileSdkVersion 26
5+
buildToolsVersion "26.0.2"
66
defaultConfig {
77
applicationId "com.dx.dxloadingbutton"
88
minSdkVersion 21
9-
targetSdkVersion 25
9+
targetSdkVersion 26
1010
versionCode 1
1111
versionName "1.0"
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
@@ -24,7 +24,7 @@ dependencies {
2424
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
2525
exclude group: 'com.android.support', module: 'support-annotations'
2626
})
27-
compile 'com.android.support:appcompat-v7:25.4.0'
27+
compile 'com.android.support:appcompat-v7:26.1.0'
2828
testCompile 'junit:junit:4.12'
2929
compile project(':library')
3030
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
google()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:3.0.0-beta6'
8+
classpath 'com.android.tools.build:gradle:3.0.1'
99
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
1010
}
1111
}

library/build.gradle

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

44
android {
5-
compileSdkVersion 25
6-
buildToolsVersion "25.0.3"
5+
compileSdkVersion 26
6+
buildToolsVersion "26.0.2"
77

88
defaultConfig {
99
minSdkVersion 16
10-
targetSdkVersion 25
10+
targetSdkVersion 26
1111
versionCode 1
1212
versionName "1.0"
1313

@@ -27,6 +27,6 @@ dependencies {
2727
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
2828
exclude group: 'com.android.support', module: 'support-annotations'
2929
})
30-
compile 'com.android.support:appcompat-v7:25.4.0'
30+
compile 'com.android.support:appcompat-v7:26.1.0'
3131
testCompile 'junit:junit:4.12'
3232
}

0 commit comments

Comments
 (0)