Skip to content

Commit

Permalink
Updated target SDK, dependencies, Gradle, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
afollestad committed Nov 6, 2016
1 parent 88ac694 commit 7cf3beb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.0'
classpath 'com.android.tools.build:gradle:2.2.2'
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.1-bin.zip
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ ext {
PUBLISH_GROUP_ID = 'com.afollestad'
PUBLISH_ARTIFACT_ID = 'easyvideoplayer'
PUBLISH_VERSION = '0.2.13'
TARGET_SDK = 24
BUILD_TOOLS = "24.0.2"
GOOGLE_LIBS = "24.2.1"
TARGET_SDK = 25
BUILD_TOOLS = "24.0.3"
GOOGLE_LIBS = "25.0.0"
}

android {
Expand Down
8 changes: 4 additions & 4 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apply plugin: 'com.android.application'

ext {
PUBLISH_VERSION = '0.2.13'
TARGET_SDK = 24
BUILD_TOOLS = "24.0.2"
GOOGLE_LIBS = "24.2.1"
TARGET_SDK = 25
BUILD_TOOLS = "24.0.3"
GOOGLE_LIBS = "25.0.0"
}

android {
Expand Down Expand Up @@ -34,5 +34,5 @@ dependencies {
compile project(':library')

compile "com.android.support:appcompat-v7:$GOOGLE_LIBS"
compile 'com.afollestad.material-dialogs:core:0.9.0.2'
compile 'com.afollestad.material-dialogs:core:0.9.1.0'
}

0 comments on commit 7cf3beb

Please sign in to comment.