gradle: bump all versions

This commit is contained in:
Harsh Shandilya 2022-07-06 21:56:52 +05:30
parent d4bfa8e660
commit 78a1381b63
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
3 changed files with 23 additions and 22 deletions

View file

@ -9,7 +9,7 @@ android {
compose = true
composeOptions {
useLiveLiterals = false
kotlinCompilerExtensionVersion = libs.versions.compose.get()
kotlinCompilerExtensionVersion = libs.compose.compiler.get().versionConstraint.requiredVersion
}
}
namespace = "dev.msfjarvis.aps.ui.compose"