Update build.gradle

update libs
This commit is contained in:
Andre Kirchhoff 2022-04-24 10:31:44 -03:00 committed by GitHub
parent 2c34126a51
commit 5106a4a49b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.6.20'
ext.kotlin_version = '1.6.21'
ext.coroutines_version = '1.6.0'
ext.room_version = '2.4.2'
ext.hilt_version = '2.40.5'