Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

Commit dc9d3d4

Browse files
Auto-update
1 parent a7289b3 commit dc9d3d4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Application/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66

77
dependencies {
8-
classpath 'com.android.tools.build:gradle:1.2.3'
8+
classpath 'com.android.tools.build:gradle:2.0.0'
99
}
1010
}
1111

@@ -16,7 +16,7 @@ repositories {
1616
}
1717

1818
dependencies {
19-
compile "com.android.support:support-v4:23.1.0"
19+
compile "com.android.support:support-v4:23.3.0"
2020
}
2121

2222
// The sample build uses multiple directories to
@@ -29,7 +29,7 @@ List<String> dirs = [
2929

3030
android {
3131
compileSdkVersion 23
32-
buildToolsVersion "23.0.2"
32+
buildToolsVersion "24.0.0 rc3"
3333

3434
defaultConfig {
3535
minSdkVersion 4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Pre-requisites
3333
--------------
3434

3535
- Android SDK v23
36-
- Android Build Tools v23.0.2
36+
- Android Build Tools v24.0.0 rc3
3737
- Android Support Repository
3838

3939
Screenshots

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.8-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip

0 commit comments

Comments
 (0)