Skip to content

Commit

Permalink
Merge pull request #13073 from kosz78/android-compile-sdk-version
Browse files Browse the repository at this point in the history
Up android 'compileSdkVersion' to 24

[ci skip]
  • Loading branch information
akien-mga authored Nov 20, 2017
2 parents d3889ad + 79178e7 commit ebdf9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/android/build.gradle.template
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {
disable 'MissingTranslation'
}

compileSdkVersion 23
compileSdkVersion 24
buildToolsVersion "26.0.1"
useLibrary 'org.apache.http.legacy'

Expand Down

0 comments on commit ebdf9ce

Please sign in to comment.