diff --git a/framework/build.gradle b/framework/build.gradle index 4b42392..b025ec0 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.2.0' + compile 'com.android.support:appcompat-v7:25.3.1' } diff --git a/playmusicexporter/build.gradle b/playmusicexporter/build.gradle index 3423416..2ec692f 100644 --- a/playmusicexporter/build.gradle +++ b/playmusicexporter/build.gradle @@ -20,20 +20,8 @@ * THE SOFTWARE. */ - - apply plugin: 'com.android.application' - -buildscript { - repositories { - maven { - url "http://dl.bintray.com/countly/maven" - } - } -} - - android { compileSdkVersion 25 buildToolsVersion "25.0.2"