Skip to content

Commit

Permalink
Update SDK to 25.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vin89423 committed Oct 30, 2016
1 parent 54a6059 commit cedc48b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
6 changes: 3 additions & 3 deletions eeb-camera/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 24
buildToolsVersion "24.0.3"
compileSdkVersion 25
buildToolsVersion "25.0.0"

defaultConfig {
minSdkVersion 14
targetSdkVersion 24
targetSdkVersion 25
versionCode 2
versionName "1.0.6d"
}
Expand Down
6 changes: 3 additions & 3 deletions eeb-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion 25
buildToolsVersion "25"
buildToolsVersion "25.0.0"

defaultConfig {
minSdkVersion 14
targetSdkVersion 25
versionCode 5
versionName '1.0.6d'
versionCode 2
versionName "1.0.6d"
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
Expand Down
7 changes: 2 additions & 5 deletions eeb-net/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion 25
buildToolsVersion "25"
buildToolsVersion "25.0.0"

defaultConfig {
minSdkVersion 14
targetSdkVersion 25
Expand Down Expand Up @@ -55,10 +56,6 @@ android {
dependencies {
compile project(':eeb-core')

// Networking Library
compile('org.apache.httpcomponents:httpmime:4.5.2') { exclude module: 'httpclient' }
compile 'org.apache.httpcomponents:httpclient-android:4.3.5.1'

// Google Play Services GCM
compile 'com.google.android.gms:play-services-gcm:9.8.0'
}

0 comments on commit cedc48b

Please sign in to comment.