summaryrefslogtreecommitdiff
path: root/Source/Android/app
diff options
context:
space:
mode:
authorMat M <mathew1800@gmail.com>2017-03-04 18:41:16 -0500
committerGitHub <noreply@github.com>2017-03-04 18:41:16 -0500
commit606e25607dd0dfd2b7a0ffa58edf05042abdc31e (patch)
tree3e2fe8b29ff2d865dddf815f58932782f2d0423e /Source/Android/app
parent7304cb0f8eb55169f7f601444a1733020fd96e15 (diff)
parenta3f79f88cdcfd26dc214cc4ee29a08e29474481f (diff)
Merge pull request #5013 from degasus/androidstudio
Android: Update android studio + gradle.
Diffstat (limited to 'Source/Android/app')
-rw-r--r--Source/Android/app/build.gradle15
1 files changed, 7 insertions, 8 deletions
diff --git a/Source/Android/app/build.gradle b/Source/Android/app/build.gradle
index 359065102c..089c96a055 100644
--- a/Source/Android/app/build.gradle
+++ b/Source/Android/app/build.gradle
@@ -1,9 +1,8 @@
apply plugin: 'com.android.application'
android {
- // Leanback support requires >22
- compileSdkVersion 24
- buildToolsVersion '24.0.3'
+ compileSdkVersion 25
+ buildToolsVersion '25.0.2'
lintOptions {
// This is important as it will run lint but not abort on error
@@ -73,13 +72,13 @@ android {
}
dependencies {
- compile 'com.android.support:support-v13:24.2.1'
- compile 'com.android.support:cardview-v7:24.2.1'
- compile 'com.android.support:recyclerview-v7:24.2.1'
- compile 'com.android.support:design:24.2.1'
+ compile 'com.android.support:support-v13:25.2.0'
+ compile 'com.android.support:cardview-v7:25.2.0'
+ compile 'com.android.support:recyclerview-v7:25.2.0'
+ compile 'com.android.support:design:25.2.0'
// Android TV UI libraries.
- compile 'com.android.support:leanback-v17:24.2.1'
+ compile 'com.android.support:leanback-v17:25.2.0'
// For showing the banner as a circle a-la Material Design Guidelines
compile 'de.hdodenhof:circleimageview:2.1.0'