Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

Commit

Permalink
Dep upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
afollestad committed Mar 14, 2019
1 parent d4225de commit 1259bc1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ ext.versions = [
publishVersionCode : 27,

// Plugins
gradlePlugin : '3.3.1',
spotlessPlugin : '3.18.0',
versionPlugin : '0.20.0',
gradlePlugin : '3.3.2',
spotlessPlugin : '3.19.0',
versionPlugin : '0.21.0',
fabricPlugin : '1.+',

// Kotlin
Expand Down Expand Up @@ -48,7 +48,7 @@ ext.versions = [

// Test
junit : '4.12',
mockito : '2.24.5',
mockito : '2.25.0',
mockitoKotlin : '2.1.0',
truth : '0.43',
androidxTest : '1.1.0',
Expand Down

0 comments on commit 1259bc1

Please sign in to comment.