Skip to content

Commit 5e8d63d

Browse files
author
Honza Rychnovský
committedNov 6, 2017
Merge branch 'master' of https://github.com/HonzaR/ADTUtils
2 parents 4b0e647 + 9d592f2 commit 5e8d63d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
 

‎app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 25
5-
buildToolsVersion "25.0.1"
5+
buildToolsVersion '26.0.2'
66
defaultConfig {
77
applicationId "com.honzar.adtutils"
88
minSdkVersion 15
@@ -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.3.1'
27+
compile 'com.android.support:appcompat-v7:25.4.0'
2828
compile 'com.android.support.constraint:constraint-layout:1.0.2'
2929
testCompile 'junit:junit:4.12'
3030
compile project(path: ':library')

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
}
1010
}
1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:2.3.3'
12+
classpath 'com.android.tools.build:gradle:3.0.0'
1313

1414
// NOTE: Do not place your application dependencies here; they belong
1515
// in the individual module build.gradle files
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Apr 19 15:23:21 CEST 2017
1+
#Thu Nov 02 10:01:33 CET 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-3.3-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip

‎library/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22

33
android {
44
compileSdkVersion 25
5-
buildToolsVersion "25.0.1"
5+
buildToolsVersion '26.0.2'
66

77
defaultConfig {
88
minSdkVersion 15

0 commit comments

Comments
 (0)
Please sign in to comment.