Updated libs, since F-Droid now seems to support these newer versions.

This commit is contained in:
Jan Christian Grünhage 2017-03-19 15:04:39 +01:00
parent 65d5dceec3
commit e016799616
Signed by: jcgruenhage
GPG key ID: 321A67D9EE8BC3E1
3 changed files with 5 additions and 8 deletions

View file

@ -20,8 +20,6 @@
* THE SOFTWARE.
*/
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
@ -38,5 +36,4 @@ allprojects {
repositories {
jcenter()
}
}

View file

@ -42,5 +42,5 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:25.1.1'
compile 'com.android.support:appcompat-v7:25.2.0'
}

View file

@ -58,9 +58,9 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':framework')
compile project(':playmusiclib')
compile 'com.android.support:appcompat-v7:25.1.1'
compile 'com.android.support:support-v4:25.1.1'
compile 'com.android.support:design:25.1.1'
compile 'com.android.support:support-vector-drawable:25.1.1'
compile 'com.android.support:appcompat-v7:25.2.0'
compile 'com.android.support:support-v4:25.2.0'
compile 'com.android.support:design:25.2.0'
compile 'com.android.support:support-vector-drawable:25.2.0'
compile 'com.github.paolorotolo:appintro:4.1.0'
}