update libs and agp

This commit is contained in:
2024-08-09 19:05:38 +03:00
parent d12047d861
commit 7570f56721
3 changed files with 5 additions and 18 deletions
+2 -2
View File
@@ -5,9 +5,9 @@ object Configs {
const val appCode = 3
const val appName = "1.8.1"
const val compileSdk = 34
const val compileSdk = 35
const val minSdk = 24
const val targetSdk = 34
const val targetSdk = 35
val java = JavaVersion.VERSION_17
}