Skip to content

Commit

Permalink
update gradle to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oalami committed Dec 18, 2014
1 parent 0c4254f commit 3d6b442
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions examples/SFVehicles/SF Vehicles/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.9.+'
classpath 'com.android.tools.build:gradle:1.0.0'
}
}
apply plugin: 'android'
apply plugin: 'com.android.application'

repositories {
mavenCentral()
Expand All @@ -15,7 +15,7 @@ repositories {

android {
compileSdkVersion 20
buildToolsVersion "20.0.0"
buildToolsVersion "21.1.1"

defaultConfig {
minSdkVersion 9
Expand All @@ -25,7 +25,7 @@ android {
}
buildTypes {
release {
runProguard false
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
Expand All @@ -42,10 +42,10 @@ dependencies {
// You must install or update the Support Repository through the SDK manager to use this dependency.
compile 'com.android.support:appcompat-v7:20.+'
// You must install or update the Google Repository through the SDK manager to use this dependency.
compile 'com.google.android.gms:play-services:5.0.77'
compile 'com.google.android.gms:play-services:6.1.+'
// Firebase
compile 'com.firebase:firebase-client-android:2.0.+'
// GeoFire
compile 'com.firebase:geofire:1.0-SNAPSHOT'
compile 'com.firebase:geofire:1.1.+'
}

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<meta-data
android:name="com.google.android.maps.v2.API_KEY"
android:value="YOUR-API-KEY"/>
android:value="AIzaSyAkvseBh2zQ1d-5usHcK0ndV6OBYzBhODc"/>

<activity
android:name=".SFVehiclesActivity"
Expand Down
2 changes: 1 addition & 1 deletion examples/SFVehicles/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.9.+'
classpath 'com.android.tools.build:gradle:1.0.0'
}
}

Expand Down
4 changes: 2 additions & 2 deletions examples/SFVehicles/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Apr 10 15:27:10 PDT 2013
#Thu Dec 18 13:18:37 PST 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.10-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip

0 comments on commit 3d6b442

Please sign in to comment.