Skip to content

Commit

Permalink
bump kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Apr 15, 2020
1 parent 4d7de71 commit a6d432a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ object Versions {
const val minSdkVersion = 21
const val targetSdkVersion = 28
const val compileSdkVersion = 28
const val kotlin = "1.3.71"
const val kotlin = "1.3.72"
const val androidPlugin = "3.6.1"
const val fabricPlugin = "1.30.0"
const val playServicesPlugin = "4.3.3"
Expand Down

0 comments on commit a6d432a

Please sign in to comment.