Skip to content

Commit

Permalink
Merge branch 'master' of github.com:vanilla-music/vanilla
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-bl committed Jun 30, 2018
2 parents 3edaf78 + dd40e45 commit d8b276d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Expand Up @@ -27,6 +27,6 @@ android {
}

dependencies {
compile 'com.android.support:support-core-ui:27.1.1'
implementation 'com.android.support:support-core-ui:27.1.1'
compileOnly 'com.android.support:support-annotations:27.1.1'
}
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.android.tools.build:gradle:3.1.3'
}
}
allprojects {
Expand Down
6 changes: 3 additions & 3 deletions gradle/wrapper/gradle-wrapper.properties
@@ -1,7 +1,7 @@
#Mon Feb 19 16:01:33 PST 2018
#Wed Jun 27 14:32:00 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
distributionSha256Sum=5c07b3bac2209fbc98fb1fdf6fd831f72429cdf8c503807404eae03d8c8099e5
distributionUrl=https\://services.gradle.org/distributions/gradle-4.8.1-all.zip
distributionSha256Sum=ce1645ff129d11aad62dab70d63426fdce6cfd646fa309dc5dc5255dd03c7c11

0 comments on commit d8b276d

Please sign in to comment.