We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4240d0a commit 1a0068fCopy full SHA for 1a0068f
app/build.gradle
@@ -52,7 +52,7 @@ dependencies {
52
compile fileTree(dir: 'libs', include: ['*.jar'])
53
54
ext {
55
- supportVersion = "23.1.1"
+ supportVersion = "23.2.0"
56
retrofitVersion = "2.0.0-beta1"
57
assertjVersion = '1.1.1'
58
robolectricVersion = '3.0'
@@ -65,7 +65,6 @@ dependencies {
65
compile "com.android.support:design:$supportVersion"
66
compile "com.android.support:preference-v7:$supportVersion"
67
compile "com.android.support:customtabs:$supportVersion"
68
- compile "com.android.support:support-annotations:$supportVersion"
69
compile 'com.squareup.okhttp:okhttp:2.5.0'
70
compile 'io.reactivex:rxjava:1.0.10'
71
compile "com.squareup.retrofit:retrofit:$retrofitVersion"
0 commit comments