Dependency Updates

This commit is contained in:
2025-08-31 18:24:41 -06:00
parent d10622c382
commit 2e163f8354
6 changed files with 44 additions and 81 deletions

View File

@@ -8,7 +8,7 @@ import org.gradle.kotlin.dsl.getByType
object Versions {
const val MIN_SDK_VERSION = 26
const val TARGET_SDK_VERSION = 34
const val COMPILE_SDK_VERSION = 34
const val COMPILE_SDK_VERSION = 36
}
val Project.libs: VersionCatalog