diff options
| author | Mike Harris <atarimike@gmail.com> | 2017-09-28 19:06:41 -0700 |
|---|---|---|
| committer | Mike Harris <atarimike@gmail.com> | 2017-10-15 16:44:56 -0700 |
| commit | 9407d9ee0b4deca4ded47ee7528ecaccee2c63e0 (patch) | |
| tree | 973e85be6dbff76c6ab0662efeb4e2a849f70f44 /Source/Android/app | |
| parent | 2dfbf866fb7ea70cf23f402b5106f5b38324a8e1 (diff) | |
Bump compile SDK and buildtools version to 26 (Oreo).
Bump the support lib version to 26. This allows for using property
animators (R.animator) in FragmentTransaction.setCustomAnimations.
Add the google maven repo, as from support lib 26 onwards, they're only
publishing it in there.
Bump the gradle version while we're at it, keep Android Studio quiet.
Diffstat (limited to 'Source/Android/app')
| -rw-r--r-- | Source/Android/app/build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Android/app/build.gradle b/Source/Android/app/build.gradle index bdb0df444e..ae502037b1 100644 --- a/Source/Android/app/build.gradle +++ b/Source/Android/app/build.gradle @@ -1,8 +1,8 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 25 - buildToolsVersion '25.0.2' + compileSdkVersion 26 + buildToolsVersion '26.0.2' lintOptions { // This is important as it will run lint but not abort on error @@ -71,7 +71,7 @@ android { } ext { - androidSupportVersion = '25.3.0' + androidSupportVersion = '26.1.0' } dependencies { |
