Use some more KTX and Compat stuff (#3933)

* Use more KTX extensions

* Update Android Studio

* Use more Compat classes
This commit is contained in:
Taco
2020-10-12 16:46:25 -04:00
committed by GitHub
parent a689e4e041
commit 60755d0c26
29 changed files with 68 additions and 108 deletions

View File

@ -1,5 +1,5 @@
object BuildPluginsVersion {
const val AGP = "4.0.1"
const val AGP = "4.0.2"
const val KOTLIN = "1.4.10"
const val KOTLINTER = "3.0.2"
const val VERSIONS_PLUGIN = "0.33.0"