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

Commit

Permalink
Kotlin 1.3.31
Browse files Browse the repository at this point in the history
  • Loading branch information
afollestad authored Apr 25, 2019
1 parent 782cbaf commit 2b1d904
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ ext.versions = [
publishVersionCode : 18,

gradlePlugin : '3.4.0',
spotlessPlugin : '3.20.0',
spotlessPlugin : '3.22.0',
versionPlugin : '0.21.0',
kotlin : '1.3.30',
kotlin : '1.3.31',
bintrayPlugin : '0.9',

timber : '4.7.1',

junit : '4.12',
mockito : '2.25.1',
mockitoKotlin : '2.1.0',
truth : '0.43',
junit : '4.12',
mockito : '2.27.0',
mockitoKotlin : '2.1.0',
truth : '0.44',

androidxAnnotations: '1.0.2',
androidxCore : '1.0.2',
Expand Down

0 comments on commit 2b1d904

Please sign in to comment.