Skip to content

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
Build Tools: 26.0.2
Glide: 4.2.0
Kotlin: 1.1.51
Support Library: 26.1.0
AGP: 3.0.0-rc1
Gradle: 4.3-rc1
  • Loading branch information
nickbutcher committed Oct 18, 2017
1 parent 88814ff commit 2d0bdca
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ buildscript {
ext.versions = [
'compileSdk' : 26,
'targetSdk' : 26,
'buildTools' : '26.0.1',
'buildTools' : '26.0.2',
'butterknife' : '8.8.1',
'glide' : '4.1.1',
'kotlin' : '1.1.4-3',
'glide' : '4.2.0',
'kotlin' : '1.1.51',
'retrofit' : '2.3.0',
'supportLibrary': '26.0.2'
'supportLibrary': '26.1.0'
]

repositories {
Expand All @@ -33,7 +33,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.0.0-beta4'
classpath 'com.android.tools.build:gradle:3.0.0-rc1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
}

Expand Down
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ designer_news_client_secret = <your designer news client secret>

# Product Hunt API
product_hunt_developer_token = <your product hunt developer token>

# Use Android D8 compiler
android.enableD8=true
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 1 addition & 3 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#Wed Aug 09 16:05:00 BST 2017
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
android.enableD8=true
distributionUrl=https\://services.gradle.org/distributions/gradle-4.3-rc-1-bin.zip

0 comments on commit 2d0bdca

Please sign in to comment.