Skip to content

Commit

Permalink
Merge pull request #4239 from wordpress-mobile/issue/3924-method-count
Browse files Browse the repository at this point in the history
Fixes #3924: 65K methods limit
  • Loading branch information
nbradbury committed Jun 22, 2016
2 parents 5d5881f + e8bc7cb commit 38a413e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WordPressUtils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android {

publishNonDefault true

compileSdkVersion 23
buildToolsVersion "23.0.3"
compileSdkVersion 24
buildToolsVersion "24.0.0"

defaultConfig {
versionName "1.10.0"
Expand Down

0 comments on commit 38a413e

Please sign in to comment.