mirror of
https://github.com/M66B/NetGuard.git
synced 2024-12-24 16:56:18 +00:00
Updated Android support library
This commit is contained in:
parent
cd6e6f8e3c
commit
1e81b7ec46
1 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ model {
|
|||
|
||||
dependencies {
|
||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
compile 'com.android.support:appcompat-v7:23.1.+'
|
||||
compile 'com.android.support:recyclerview-v7:23.1.+'
|
||||
compile 'com.android.support:appcompat-v7:23.2.+'
|
||||
compile 'com.android.support:recyclerview-v7:23.2.+'
|
||||
compile 'com.squareup.picasso:picasso:2.5.+'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue