Update versions

This commit is contained in:
Kirill Kamakin
2022-10-01 13:29:44 +02:00
parent 684b492fb2
commit 8638b36fa9
3 changed files with 20 additions and 20 deletions

View File

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