Skip to content

Commit

Permalink
update compile_sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
vdubedout committed Feb 3, 2017
1 parent d0a0769 commit e2fa9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onboarder/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ext {
GIT_URL = 'https://github.com/chyrta/AndroidOnboarder'
GROUP_NAME = 'com.github.chyrta'
MODULE_NAME = 'onboarder'
COMPILE_SDK = 23
COMPILE_SDK = 25
BUILD_TOOLS = '25.0.2'
LICENSE = 'MIT'
IS_UPLOADING = project.getGradle().startParameter.taskNames.any{it.contains('bintrayUpload')}
Expand Down

0 comments on commit e2fa9f4

Please sign in to comment.