Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

Commit

Permalink
Merge pull request #3 from googlemaps/gradle
Browse files Browse the repository at this point in the history
Gradle
  • Loading branch information
broady committed Mar 1, 2015
2 parents 23c0fc4 + 11e1fc8 commit 6da8633
Show file tree
Hide file tree
Showing 142 changed files with 292 additions and 1,550 deletions.
8 changes: 0 additions & 8 deletions .classpath

This file was deleted.

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ local.properties
bin
gen
out
build
.gradle
.settings
.idea
27 changes: 0 additions & 27 deletions .idea/compiler.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/misc.xml

This file was deleted.

10 changes: 0 additions & 10 deletions .idea/modules.xml

This file was deleted.

33 changes: 0 additions & 33 deletions .project

This file was deleted.

17 changes: 0 additions & 17 deletions ant.properties

This file was deleted.

30 changes: 30 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
buildscript {
repositories {
mavenCentral()
}

dependencies {
classpath 'com.android.tools.build:gradle:0.4.2'
}
}

apply plugin: 'android'

dependencies {
compile 'com.google.android.gms:play-services:3.1.36'
compile 'com.android.support:support-v4:13.0.0'
}

android {
compileSdkVersion 17

buildToolsVersion "17.0.0"

sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'
java.srcDirs = ['src']
res.srcDirs = ['res']
}
}
}
92 changes: 0 additions & 92 deletions build.xml

This file was deleted.

Binary file added gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
6 changes: 6 additions & 0 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#Wed Apr 10 15:27:10 PDT 2013
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.6-bin.zip
Loading

0 comments on commit 6da8633

Please sign in to comment.