Updating kotlin dependencies.

This commit is contained in:
Vitor Pamplona
2023-05-26 12:19:38 -04:00
parent 8dc9c2ed2f
commit d26b83a851
3 changed files with 7 additions and 6 deletions
+2 -1
View File
@@ -24,6 +24,7 @@ android {
buildTypes {
release {
// TODO: Make sure all of JSON parsers work when activating these.
//minifyEnabled true
//proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
resValue "string", "app_name", "@string/app_name_release"
@@ -71,7 +72,7 @@ android {
}
composeOptions {
kotlinCompilerExtensionVersion "1.4.3"
kotlinCompilerExtensionVersion "1.4.7"
}
packagingOptions {