Skip to content

Commit

Permalink
Update SDK 25
Browse files Browse the repository at this point in the history
  • Loading branch information
vin89423 committed Oct 30, 2016
1 parent dd2a536 commit 54a6059
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions eeb-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions eeb-net/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down Expand Up @@ -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'
}

0 comments on commit 54a6059

Please sign in to comment.