Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ buildscript {

dependencies {
classpath 'com.android.tools.build:gradle:0.12.2'
classpath 'com.github.townsfolk:gradle-release:1.2'
}
}
apply plugin: 'release'
6 changes: 3 additions & 3 deletions demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:0.7.+'
classpath 'com.android.tools.build:gradle:0.12.2'
}
}

Expand All @@ -14,12 +14,12 @@ dependencies {
compile project(':library')
// Or, fetch from Maven:
// compile 'com.google.maps.android:android-maps-utils:0.3+'
compile 'com.google.android.gms:play-services:4.+'
compile 'com.google.android.gms:play-services:6.+'
}

android {
compileSdkVersion 19
buildToolsVersion "19.1.0"
buildToolsVersion "21.0.1"

sourceSets {
main {
Expand Down
9 changes: 9 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
version=0.4-SNAPSHOT

# variables required to allow build.gradle to parse,
# override in ~/.gradle/gradle.properties
signing.keyId=
signing.password=
signing.secretKeyRingFile=

sonatypeUsername=
sonatypePassword=
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:0.7.+'
classpath 'com.android.tools.build:gradle:0.12.2'
}
}

Expand All @@ -16,13 +16,13 @@ archivesBaseName = 'android-maps-utils'
group = 'com.google.maps.android'

dependencies {
compile 'com.google.android.gms:play-services:4.3+'
compile 'com.google.android.gms:play-services:6.+'
}


android {
compileSdkVersion 19
buildToolsVersion "19.1.0"
buildToolsVersion "21.0.1"

sourceSets {
main {
Expand Down