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 f88eaee commit f8e892bCopy full SHA for f8e892b
src/AndroidClient/androidchat/build.gradle
@@ -53,8 +53,8 @@ dependencies {
53
exclude group: 'com.android.support', module: 'support-annotations'
54
})
55
compile project(':android')
56
- compile 'com.android.support:appcompat-v7:25.1.1'
57
- compile 'com.android.support:design:25.1.1'
+ compile 'com.android.support:appcompat-v7:25.2.0'
+ compile 'com.android.support:design:25.2.0'
58
compile 'net.servicestack:android:1.0.27'
59
compile 'com.facebook.android:facebook-android-sdk:[4,5)'
60
compile('com.twitter.sdk.android:twitter:2.3.1@aar') {
0 commit comments