diff --git a/eeb-core/build.gradle b/eeb-core/build.gradle index 33e65af..fd71401 100644 --- a/eeb-core/build.gradle +++ b/eeb-core/build.gradle @@ -24,12 +24,12 @@ apply plugin: 'com.android.library' android { - compileSdkVersion 24 - buildToolsVersion "24.0.3" + compileSdkVersion 25 + buildToolsVersion "25" defaultConfig { minSdkVersion 14 - targetSdkVersion 24 + targetSdkVersion 25 versionCode 5 versionName '1.0.6d' } @@ -72,11 +72,11 @@ dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) // Google Library - compile 'com.android.support:support-v4:24.2.1' - compile 'com.android.support:appcompat-v7:24.2.1' - compile 'com.android.support:design:24.2.1' - compile 'com.android.support:preference-v7:24.2.1' - compile 'com.android.support:preference-v14:24.2.1' + compile 'com.android.support:support-v4:25.0.0' + compile 'com.android.support:appcompat-v7:25.0.0' + compile 'com.android.support:design:25.0.0' + compile 'com.android.support:preference-v7:25.0.0' + compile 'com.android.support:preference-v14:25.0.0' // Iconics Library // https://github.com/mikepenz/Android-Iconics diff --git a/eeb-net/build.gradle b/eeb-net/build.gradle index 67141d5..3f684d1 100644 --- a/eeb-net/build.gradle +++ b/eeb-net/build.gradle @@ -23,11 +23,11 @@ apply plugin: 'com.android.library' android { - compileSdkVersion 24 - buildToolsVersion "24.0.3" + compileSdkVersion 25 + buildToolsVersion "25" defaultConfig { minSdkVersion 14 - targetSdkVersion 24 + targetSdkVersion 25 versionCode 2 versionName "1.0.6d" } @@ -60,5 +60,5 @@ dependencies { compile 'org.apache.httpcomponents:httpclient-android:4.3.5.1' // Google Play Services GCM - compile 'com.google.android.gms:play-services-gcm:9.6.1' + compile 'com.google.android.gms:play-services-gcm:9.8.0' }