mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
bump support lib versions to use RecyclerView libs
This commit is contained in:
parent
5153ac34bb
commit
9db59accf5
1 changed files with 2 additions and 1 deletions
|
@ -15,10 +15,11 @@ repositories {
|
|||
apply plugin: 'com.android.application'
|
||||
|
||||
dependencies {
|
||||
compile 'com.android.support:support-v13:19.1.0'
|
||||
compile 'com.android.support:support-v13:24.0.0'
|
||||
compile 'com.jakewharton:butterknife:7.0.1'
|
||||
compile 'com.squareup.okhttp3:okhttp:3.8.1'
|
||||
compile 'com.google.code.gson:gson:2.8.2'
|
||||
compile 'com.android.support:recyclerview-v7:24.0.0'
|
||||
}
|
||||
|
||||
android {
|
||||
|
|
Loading…
Add table
Reference in a new issue