Skip to content

Commit

Permalink
Latest gradle and support library
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwdunlop committed Mar 26, 2019
1 parent de9265b commit 14cb362
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.android.tools.build:gradle:3.3.2'
classpath 'com.jakewharton:butterknife-gradle-plugin:9.0.0-SNAPSHOT'
classpath "gradle.plugin.org.nosphere.apache:creadur-rat-gradle:0.2.1"
classpath 'de.hdodenhof:circleimageview:2.2.0'
Expand Down Expand Up @@ -41,7 +41,7 @@ ext {

// App dependencies
rxJava2Version = '2.0.2'
supportLibraryVersion = '27.0.2'
supportLibraryVersion = '28.0.0'
raizLabsDBFlow = '3.1.1'
retrofitVersionLatest = '2.3.0'
okHttp3Version = '3.9.1'
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 @@
#Thu Feb 01 11:40:02 GMT 2018
#Tue Mar 26 11:22:36 GMT 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip

0 comments on commit 14cb362

Please sign in to comment.