Skip to content

Commit 38a413e

Browse files
authored
Merge pull request #4239 from wordpress-mobile/issue/3924-method-count
Fixes #3924: 65K methods limit
2 parents 5d5881f + e8bc7cb commit 38a413e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WordPressUtils/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ android {
2828

2929
publishNonDefault true
3030

31-
compileSdkVersion 23
32-
buildToolsVersion "23.0.3"
31+
compileSdkVersion 24
32+
buildToolsVersion "24.0.0"
3333

3434
defaultConfig {
3535
versionName "1.10.0"

0 commit comments

Comments
 (0)