Fix:Simple storage dependency version, update kotlin version to 2, update androidx dependencies

This commit is contained in:
advplyr
2024-09-16 16:59:12 -05:00
parent ab7bda402e
commit e92f2177e8
3 changed files with 6 additions and 6 deletions
+1 -1
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.7.20'
ext.kotlin_version = '2.0.0'
repositories {
google()