Skip to content

Commit

Permalink
Update to gradle 4.4 and Update a few other plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
anhmiuhv committed Apr 2, 2018
1 parent 65267d3 commit 5b8332f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 27
buildToolsVersion '27.0.1'
buildToolsVersion '27.0.3'
defaultConfig {
applicationId "com.warkiz.indicatorseekbar"
minSdkVersion 14
Expand All @@ -20,7 +20,7 @@ android {
}

dependencies {
compile 'com.android.support:appcompat-v7:27.0.2'
compile project(':indicatorseekbar')
compile 'com.android.support:design:27.0.2'
implementation 'com.android.support:appcompat-v7:27.1.0'
implementation project(':indicatorseekbar')
implementation 'com.android.support:design:27.1.0'
}
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.2'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
classpath 'com.android.tools.build:gradle:3.1.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
}
}

Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun Dec 03 11:58:36 CST 2017
#Mon Apr 02 17:25:45 EDT 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
4 changes: 2 additions & 2 deletions indicatorseekbar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ext {

android {
compileSdkVersion 27
buildToolsVersion "27.0.1"
buildToolsVersion '27.0.3'

defaultConfig {
minSdkVersion 14
Expand All @@ -45,7 +45,7 @@ android {
}

dependencies {
provided 'com.android.support:appcompat-v7:27.0.2'
compileOnly 'com.android.support:appcompat-v7:27.1.0'
}


Expand Down

0 comments on commit 5b8332f

Please sign in to comment.