Updated support library

This commit is contained in:
Ziver Koc 2017-08-22 19:03:44 +02:00
parent 64ca3a0c47
commit e7f26ce17a
25 changed files with 110 additions and 137 deletions

View file

@ -38,6 +38,6 @@ android {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
// You must install or update the Support Repository through the SDK manager to use this dependency.
compile 'com.android.support:support-v4:+'
compile 'com.android.support:support-v4:25.+'
}