Skip to content

Commit e3ffc10

Browse files
author
Grigory Fedorov
committed
update support library version to 23.3.0
1 parent 9095118 commit e3ffc10

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

xabber/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,13 @@ android {
7474
ext {
7575
smackVersion = '4.1.6'
7676
leakCanaryVersion = '1.4-beta2'
77+
supportVersion = '23.3.0'
7778
}
7879

7980
dependencies {
80-
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'
81+
compile "com.android.support:design:$supportVersion"
82+
compile "com.android.support:appcompat-v7:$supportVersion"
83+
compile "com.android.support:support-v13:$supportVersion"
8384
compile 'de.hdodenhof:circleimageview:2.0.0'
8485
compile 'com.melnykov:floatingactionbutton:1.3.0'
8586
compile 'com.github.bumptech.glide:glide:3.7.0'

0 commit comments

Comments
 (0)