Skip to content

Commit 37efbdf

Browse files
author
Igor Ganapolsky
committed
Update gradle version.
Update android library version.
1 parent 2e20c5f commit 37efbdf

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/build.gradle

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

33
dependencies {
4-
compile 'com.android.support:support-v13:21.0.2'
4+
compile 'com.android.support:support-v13:23.0.1'
55

66
compile 'io.reactivex:rxandroid:1.0.1'
77
// Because RxAndroid releases are few and far between, it is recommended you also
@@ -22,7 +22,7 @@ dependencies {
2222

2323
android {
2424
compileSdkVersion 23
25-
buildToolsVersion '23'
25+
buildToolsVersion '23.0.1'
2626

2727
defaultConfig {
2828
applicationId "com.morihacky.android.rxjava"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
mavenCentral()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:1.3.0'
9+
classpath 'com.android.tools.build:gradle:1.3.1'
1010

1111
// NOTE: Do not place your application dependencies here; they belong
1212
// 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.4-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.7-all.zip

0 commit comments

Comments
 (0)