Skip to content
This repository was archived by the owner on Jan 16, 2023. It is now read-only.

Commit 29bf1cd

Browse files
committed
updating gradle to the latest
1 parent cc669ca commit 29bf1cd

File tree

5 files changed

+262
-2
lines changed

5 files changed

+262
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
classpath 'com.android.tools.build:gradle:0.14.0'
6+
classpath 'com.android.tools.build:gradle:1.0.0'
77
}
88
}
99

@@ -35,5 +35,5 @@ android {
3535
dependencies {
3636
compile 'com.android.support:appcompat-v7:21.+'
3737
compile 'com.android.support:mediarouter-v7:21.+'
38-
compile 'com.google.android.gms:play-services:6.1.+'
38+
compile 'com.google.android.gms:play-services:6.5.+'
3939
}

gradle/wrapper/gradle-wrapper.jar

49.8 KB
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#Mon Dec 15 08:22:16 PST 2014
2+
distributionBase=GRADLE_USER_HOME
3+
distributionPath=wrapper/dists
4+
zipStoreBase=GRADLE_USER_HOME
5+
zipStorePath=wrapper/dists
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-bin.zip

gradlew

Lines changed: 164 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 90 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)