diff options
| author | Ryan Houdek <Sonicadvance1@gmail.com> | 2016-01-13 16:35:52 -0500 |
|---|---|---|
| committer | Ryan Houdek <Sonicadvance1@gmail.com> | 2016-01-13 16:35:52 -0500 |
| commit | 0271f05ab8e695fc54dbe8707899563895dcd7ed (patch) | |
| tree | 948c047774fe314d5639f895ee10fe74edc7c57f /Source/Android | |
| parent | 8ee93fc4fa2eca1a2faa3df965dcbd2044dc4225 (diff) | |
| parent | 13f336051f5de2597fcde095f5d6daa75d4c50a9 (diff) | |
Merge pull request #3492 from sigmabeta/android-update-build-tools
[Android] Update build tools + support libraries
Diffstat (limited to 'Source/Android')
| -rw-r--r-- | Source/Android/app/build.gradle | 14 | ||||
| -rw-r--r-- | Source/Android/build.gradle | 2 | ||||
| -rw-r--r-- | Source/Android/gradle.properties | 3 | ||||
| -rw-r--r-- | Source/Android/gradle/wrapper/gradle-wrapper.properties | 4 |
4 files changed, 12 insertions, 11 deletions
diff --git a/Source/Android/app/build.gradle b/Source/Android/app/build.gradle index dacc7d6ff5..014042aaee 100644 --- a/Source/Android/app/build.gradle +++ b/Source/Android/app/build.gradle @@ -2,8 +2,8 @@ apply plugin: 'com.android.application' android { // Leanback support requires >22 - compileSdkVersion 22 - buildToolsVersion "22.0.1" + compileSdkVersion 23 + buildToolsVersion '23.0.2' lintOptions { // This is important as it will run lint but not abort on error @@ -76,13 +76,13 @@ android { } dependencies { - 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' + compile 'com.android.support:support-v13:23.1.1' + compile 'com.android.support:cardview-v7:23.1.1' + compile 'com.android.support:recyclerview-v7:23.1.1' + compile 'com.android.support:design:23.1.1' // Android TV UI libraries. - compile 'com.android.support:leanback-v17:22.2.1' + compile 'com.android.support:leanback-v17:23.1.1' // For showing the banner as a circle a-la Material Design Guidelines compile 'de.hdodenhof:circleimageview:1.2.2' diff --git a/Source/Android/build.gradle b/Source/Android/build.gradle index 9405f3fd18..ab23bd3a34 100644 --- a/Source/Android/build.gradle +++ b/Source/Android/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:1.2.3' + classpath 'com.android.tools.build:gradle:2.0.0-alpha3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/Source/Android/gradle.properties b/Source/Android/gradle.properties index 1d3591c8a4..0907253421 100644 --- a/Source/Android/gradle.properties +++ b/Source/Android/gradle.properties @@ -15,4 +15,5 @@ # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects -# org.gradle.parallel=true
\ No newline at end of file +# org.gradle.parallel=true +android.useDeprecatedNdk=true
\ No newline at end of file diff --git a/Source/Android/gradle/wrapper/gradle-wrapper.properties b/Source/Android/gradle/wrapper/gradle-wrapper.properties index 0c71e760dc..0fbcaed8e9 100644 --- a/Source/Android/gradle/wrapper/gradle-wrapper.properties +++ b/Source/Android/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Wed Apr 10 15:27:10 PDT 2013 +#Sun Jan 10 10:40:53 EST 2016 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-2.8-all.zip |
