Skip to content

Commit

Permalink
bump tools
Browse files Browse the repository at this point in the history
  • Loading branch information
felixb committed Feb 24, 2017
1 parent c2d3565 commit 8bf90db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions CallMeter3G/build.gradle
Expand Up @@ -3,8 +3,8 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.5.0'
classpath('com.github.triplet.gradle:play-publisher:1.0.1') {
classpath 'com.android.tools.build:gradle:2.2.3'
classpath('com.github.triplet.gradle:play-publisher:1.1.5') {
exclude group: 'com.google.guava'
}
}
Expand Down Expand Up @@ -74,7 +74,7 @@ def getVersionCode = { minSdk ->

android {
compileSdkVersion 23
buildToolsVersion '23.0.2'
buildToolsVersion '25.0.2'

defaultConfig {
minSdkVersion 9
Expand Down Expand Up @@ -144,7 +144,7 @@ android {
dependencies {
compile 'com.android.support:support-v4:23.1.1'
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.google.android.gms:play-services-ads:8.4.0'
compile 'com.google.android.gms:play-services-ads:10.0.1'
compile 'com.actionbarsherlock:viewpagerindicator:2.4.1'
compile 'de.ub0r.android.lib:lib:1.1.1'
compile 'de.ub0r.android.logg0r:logg0r:2.0.0'
Expand Down Expand Up @@ -177,4 +177,4 @@ tasks.whenTaskAdded { task ->
task.dependsOn updateChangelog
task.dependsOn removeUnfinishedTranslations
}
}
}
2 changes: 1 addition & 1 deletion build.gradle
@@ -1,5 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

task wrapper(type: Wrapper) {
gradleVersion = '2.1'
gradleVersion = '2.2.1'
}

0 comments on commit 8bf90db

Please sign in to comment.