forked from melod1n/fast-messenger
update libs and agp
This commit is contained in:
@@ -23,19 +23,6 @@ android {
|
||||
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 {
|
||||
create("release") {
|
||||
val keystoreProperties = Properties()
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
[versions]
|
||||
agp = "8.5.1"
|
||||
agp = "8.5.2"
|
||||
converterMoshi = "2.11.0"
|
||||
eithernet = "1.9.0"
|
||||
haze = "0.7.3"
|
||||
kotlin = "2.0.0"
|
||||
ksp = "2.0.0-1.0.23"
|
||||
ksp = "2.0.10-1.0.24"
|
||||
|
||||
compose-bom = "2024.06.00"
|
||||
koin = "3.5.6"
|
||||
@@ -27,7 +27,7 @@ nanokt = "1.2.0"
|
||||
junitVersion = "1.2.1"
|
||||
espressoCore = "3.6.1"
|
||||
appcompat = "1.7.0"
|
||||
androidx-navigation = "2.8.0-beta06"
|
||||
androidx-navigation = "2.8.0-beta07"
|
||||
serialization = "1.7.1"
|
||||
rebugger = "1.0.0-rc03"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user