Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vRallev committed Oct 6, 2018
1 parent 3b60094 commit 028d662
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext.kotlinVersion = '1.2.70'
ext.agpVersion = '3.1.4'
ext.kotlinVersion = '1.2.71'
ext.agpVersion = '3.2.0'

repositories {
google()
Expand Down Expand Up @@ -31,7 +31,7 @@ ext {
targetSdkVersion = compileSdkVersion
minSdkVersion = 14

buildToolsVersion = '28.0.2'
buildToolsVersion = '28.0.3'

junitVersion = '4.12'
assertjVersion = '3.6.2'
Expand Down
4 changes: 2 additions & 2 deletions processor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ targetCompatibility = JavaVersion.VERSION_1_7

archivesBaseName = 'android-state-processor'

compileJava.dependsOn ":library:bundleRelease"
compileJava.dependsOn ":library:bundleReleaseAar"

dependencies {
implementation 'com.squareup:javapoet:1.11.0'
implementation 'com.squareup:javapoet:1.11.1'

implementation 'com.google.auto.service:auto-service:1.0-rc4'
compileOnly 'com.google.android:android:4.1.1.4'
Expand Down

0 comments on commit 028d662

Please sign in to comment.