Skip to content

Commit b74308d

Browse files
author
Josh Zana
committed
Update to latest stable Android dependencies
Summary: Keep things up to date relative to toolchain updates Note - NOT using targetSdkVersion 23 to avoid having to request runtime storage permission Test Plan: Built and deployed in Android Studio 1.5 Reviewers: krieb Reviewed By: krieb Differential Revision: https://tails.corp.dropbox.com/D167905
1 parent 127dfca commit b74308d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

examples/android/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:1.2.3'
8+
classpath 'com.android.tools.build:gradle:1.5.0'
99

1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files
@@ -22,8 +22,8 @@ allprojects {
2222
apply plugin: 'com.android.application'
2323

2424
android {
25-
compileSdkVersion 22
26-
buildToolsVersion "22.0.1"
25+
compileSdkVersion 23
26+
buildToolsVersion "23.0.2"
2727

2828
defaultConfig {
2929
applicationId "com.dropbox.core.examples.android"
@@ -49,9 +49,9 @@ android {
4949

5050
dependencies {
5151
compile group: 'com.dropbox.core', name: 'dropbox-core-sdk', version: '0-SNAPSHOT', changing: true
52-
compile 'com.android.support:appcompat-v7:22.2.0'
53-
compile 'com.android.support:design:22.2.0'
54-
compile 'com.android.support:recyclerview-v7:21.0.0'
52+
compile 'com.android.support:appcompat-v7:23.1.1'
53+
compile 'com.android.support:design:23.1.1'
54+
compile 'com.android.support:recyclerview-v7:23.1.1'
5555
compile 'com.fasterxml.jackson.core:jackson-core:2.5.4'
5656
compile 'com.fasterxml.jackson.core:jackson-annotations:2.5.4'
5757
compile 'com.squareup.picasso:picasso:2.5.2'

0 commit comments

Comments
 (0)