Skip to content

Commit 09562f3

Browse files
committed
Updated build tools & compile/target SDK to 24
1 parent 8009752 commit 09562f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WordPress/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ android {
2727
jumboMode = true
2828
}
2929

30-
compileSdkVersion 23
31-
buildToolsVersion "23.0.3"
30+
compileSdkVersion 24
31+
buildToolsVersion "24.0.0"
3232

3333
defaultConfig {
3434
applicationId "org.wordpress.android"
3535
versionName "alpha-14"
3636
versionCode 277
3737
minSdkVersion 16
38-
targetSdkVersion 23
38+
targetSdkVersion 24
3939

4040
vectorDrawables.useSupportLibrary = true
4141
buildConfigField "boolean", "IN_APP_BILLING_AVAILABLE", "false"

0 commit comments

Comments
 (0)