diff --git a/build.gradle b/build.gradle index d257ea5..34e6830 100644 --- a/build.gradle +++ b/build.gradle @@ -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() } - } diff --git a/framework/build.gradle b/framework/build.gradle index 30cf240..4b42392 100644 --- a/framework/build.gradle +++ b/framework/build.gradle @@ -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' } diff --git a/playmusicexporter/build.gradle b/playmusicexporter/build.gradle index f8262c1..dcac987 100644 --- a/playmusicexporter/build.gradle +++ b/playmusicexporter/build.gradle @@ -33,8 +33,8 @@ android { minSdkVersion 21 targetSdkVersion 25 // TODO Change Version with releases - versionCode 108 - versionName '0.9.5.1' + versionCode 109 + versionName '0.9.5.2' vectorDrawables.useSupportLibrary = true jackOptions { @@ -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' }