Skip to content

Commit 5c74081

Browse files
committed
Update gradle to 3.1
1 parent 6a22c5e commit 5c74081

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

app/build.gradle

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

33
android {
4-
compileSdkVersion 23
5-
buildToolsVersion "23.0.3"
4+
compileSdkVersion 25
5+
buildToolsVersion "25.0.0"
66

77
defaultConfig {
88
applicationId "com.classic.clearprocesses"
99
minSdkVersion 15
10-
targetSdkVersion 23
10+
targetSdkVersion 25
1111
versionCode 1
1212
versionName "1.0"
1313
}
@@ -21,10 +21,10 @@ android {
2121

2222
dependencies {
2323
compile fileTree(dir: 'libs', include: ['*.jar'])
24-
compile 'com.android.support:appcompat-v7:23.4.0'
25-
compile 'com.android.support:design:23.4.0'
26-
compile 'com.android.support:recyclerview-v7:23.4.0'
24+
compile 'com.android.support:appcompat-v7:25.0.0'
25+
compile 'com.android.support:design:25.0.0'
26+
compile 'com.android.support:recyclerview-v7:25.0.0'
2727
compile 'com.classic.adapter:commonadapter:1.2'
28-
compile 'io.reactivex:rxjava:1.1.7'
28+
compile 'io.reactivex:rxjava:1.2.2'
2929
compile 'io.reactivex:rxandroid:1.2.1'
3030
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:2.1.2'
8+
classpath 'com.android.tools.build:gradle:2.2.2'
99

1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ 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-3.1-all.zip

0 commit comments

Comments
 (0)