Skip to content

Commit 0f98685

Browse files
committed
update to android-gradle plugin 1.1.3 and build tools 22.0.1
1 parent a4adc2e commit 0f98685

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WordPressAnalytics/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:1.0.0'
6+
classpath 'com.android.tools.build:gradle:1.1.3'
77
}
88
}
99

@@ -25,7 +25,7 @@ android {
2525
publishNonDefault true
2626

2727
compileSdkVersion 19
28-
buildToolsVersion "21.1.1"
28+
buildToolsVersion "22.0.1"
2929

3030
defaultConfig {
3131
versionName "1.0.0"

0 commit comments

Comments
 (0)