[SHARED] Bump libs, fdroid version

This commit is contained in:
Kamil Gurgul
2026-03-04 08:12:14 +01:00
parent 44174be084
commit af177b4c6d
4 changed files with 4 additions and 8 deletions
@@ -23,8 +23,8 @@ object AndroidVersions {
const val COMPILE_SDK = 36
private const val VERSION_MAJOR = 6
private const val VERSION_MINOR = 6
private const val VERSION_PATCH = 0
private const val VERSION_MINOR = 5
private const val VERSION_PATCH = 1
const val VERSION_CODE = VERSION_MAJOR * 10000 + VERSION_MINOR * 100 + VERSION_PATCH
const val WEAR_VERSION_CODE =
+1 -1
View File
@@ -1,5 +1,5 @@
[versions]
androidGradlePlugin = "9.0.1"
androidGradlePlugin = "9.1.0"
androidxActivity = "1.12.4"
androidxArchCoreTesting = "2.2.0"
androidxCore = "1.17.0"
-4
View File
@@ -17,10 +17,6 @@ dependencyResolutionManagement {
}
}
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
}
include(":androidApp")
include(":androidApp:baselineprofile")
include(":desktopApp")
+1 -1
View File
@@ -18,7 +18,7 @@ version = "1.0"
kotlin {
jvmToolchain(17)
androidLibrary {
android {
namespace = "com.kgurgul.cpuinfo.shared"
compileSdk = AndroidVersions.COMPILE_SDK
minSdk = AndroidVersions.MIN_SDK