diff options
| author | sigmabeta <bastos.eder@gmail.com> | 2015-08-06 08:26:31 -0400 |
|---|---|---|
| committer | sigmabeta <bastos.eder@gmail.com> | 2015-08-06 08:26:31 -0400 |
| commit | dc1f7aeb66ab32f7c7a694ea2568dc929f6565a1 (patch) | |
| tree | 8208a645056fdc379c847315f7630a7dadebe86e /Source/Android | |
| parent | 767ed88f3d594c4cc5caf69792995401860cc9a0 (diff) | |
Android: Include newer versions of support libraries, which contain bugfixes
Diffstat (limited to 'Source/Android')
| -rw-r--r-- | Source/Android/app/build.gradle | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/Android/app/build.gradle b/Source/Android/app/build.gradle index 9668d8af95..62588307e0 100644 --- a/Source/Android/app/build.gradle +++ b/Source/Android/app/build.gradle @@ -76,13 +76,13 @@ android { } dependencies { - compile 'com.android.support:support-v13:22.2.0' - compile 'com.android.support:cardview-v7:22.2.0' - compile 'com.android.support:recyclerview-v7:22.2.0' - compile 'com.android.support:design:22.2.0' + compile 'com.android.support:support-v13:22.2.1' + compile 'com.android.support:cardview-v7:22.2.1' + compile 'com.android.support:recyclerview-v7:22.2.1' + compile 'com.android.support:design:22.2.1' // Android TV UI libraries. - compile 'com.android.support:leanback-v17:22.2.0' + compile 'com.android.support:leanback-v17:22.2.1' // For showing the banner as a circle a-la Material Design Guidelines compile 'de.hdodenhof:circleimageview:1.2.2' |
