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
-13
View File
@@ -23,19 +23,6 @@ android {
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
} }
// TODO: 06/05/2024, Danil Nikolaev: придумать, как совместить с github actions
// applicationVariants.all {
// val variant = this
// variant.outputs
// .map { it as com.android.build.gradle.internal.api.BaseVariantOutputImpl }
// .forEach { output ->
// if (variant.buildType.name == "release") {
// val outputFileName = "fastvk-v${variant.versionName}-${variant.flavorName}.apk"
// output.outputFileName = outputFileName
// }
// }
// }
signingConfigs { signingConfigs {
create("release") { create("release") {
val keystoreProperties = Properties() val keystoreProperties = Properties()
+2 -2
View File
@@ -5,9 +5,9 @@ object Configs {
const val appCode = 3 const val appCode = 3
const val appName = "1.8.1" const val appName = "1.8.1"
const val compileSdk = 34 const val compileSdk = 35
const val minSdk = 24 const val minSdk = 24
const val targetSdk = 34 const val targetSdk = 35
val java = JavaVersion.VERSION_17 val java = JavaVersion.VERSION_17
} }
+3 -3
View File
@@ -1,10 +1,10 @@
[versions] [versions]
agp = "8.5.1" agp = "8.5.2"
converterMoshi = "2.11.0" converterMoshi = "2.11.0"
eithernet = "1.9.0" eithernet = "1.9.0"
haze = "0.7.3" haze = "0.7.3"
kotlin = "2.0.0" kotlin = "2.0.0"
ksp = "2.0.0-1.0.23" ksp = "2.0.10-1.0.24"
compose-bom = "2024.06.00" compose-bom = "2024.06.00"
koin = "3.5.6" koin = "3.5.6"
@@ -27,7 +27,7 @@ nanokt = "1.2.0"
junitVersion = "1.2.1" junitVersion = "1.2.1"
espressoCore = "3.6.1" espressoCore = "3.6.1"
appcompat = "1.7.0" appcompat = "1.7.0"
androidx-navigation = "2.8.0-beta06" androidx-navigation = "2.8.0-beta07"
serialization = "1.7.1" serialization = "1.7.1"
rebugger = "1.0.0-rc03" rebugger = "1.0.0-rc03"