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 9095118 commit e3ffc10Copy full SHA for e3ffc10
xabber/build.gradle
@@ -74,12 +74,13 @@ android {
74
ext {
75
smackVersion = '4.1.6'
76
leakCanaryVersion = '1.4-beta2'
77
+ supportVersion = '23.3.0'
78
}
79
80
dependencies {
- compile 'com.android.support:design:23.2.1'
81
- compile 'com.android.support:appcompat-v7:23.2.1'
82
- compile 'com.android.support:support-v13:23.2.1'
+ compile "com.android.support:design:$supportVersion"
+ compile "com.android.support:appcompat-v7:$supportVersion"
83
+ compile "com.android.support:support-v13:$supportVersion"
84
compile 'de.hdodenhof:circleimageview:2.0.0'
85
compile 'com.melnykov:floatingactionbutton:1.3.0'
86
compile 'com.github.bumptech.glide:glide:3.7.0'
0 commit comments