refactor: target SDK 37, upgrade dependencies

This commit is contained in:
2026-06-12 13:40:34 +02:00
parent 8baa9ad398
commit cba4a740a0
2 changed files with 8 additions and 13 deletions
+4 -9
View File
@@ -22,11 +22,7 @@ plugins {
android { android {
namespace = "com.bitcointxoko.gudariwallet" namespace = "com.bitcointxoko.gudariwallet"
compileSdk { compileSdk = 37
version = release(36) {
minorApiLevel = 1
}
}
splits { splits {
abi { abi {
isEnable = true isEnable = true
@@ -39,7 +35,7 @@ android {
defaultConfig { defaultConfig {
applicationId = "com.bitcointxoko.gudariwallet" applicationId = "com.bitcointxoko.gudariwallet"
minSdk = 26 minSdk = 26
targetSdk = 36 targetSdk = 37
versionCode = 1 versionCode = 1
versionName = "0.1.0" versionName = "0.1.0"
androidResources { androidResources {
@@ -81,8 +77,8 @@ android {
} }
} }
compileOptions { compileOptions {
sourceCompatibility = JavaVersion.VERSION_11 sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_11 targetCompatibility = JavaVersion.VERSION_17
} }
buildFeatures { buildFeatures {
compose = true compose = true
@@ -130,7 +126,6 @@ dependencies {
androidTestImplementation(libs.androidx.compose.ui.test.junit4) androidTestImplementation(libs.androidx.compose.ui.test.junit4)
androidTestImplementation(libs.androidx.benchmark.junit4) androidTestImplementation(libs.androidx.benchmark.junit4)
androidTestImplementation(libs.androidx.runner) androidTestImplementation(libs.androidx.runner)
androidTestImplementation(libs.androidx.test.ext.junit)
androidTestImplementation(libs.androidx.espresso.core) androidTestImplementation(libs.androidx.espresso.core)
androidTestImplementation(libs.androidx.junit) androidTestImplementation(libs.androidx.junit)
debugImplementation(libs.androidx.compose.ui.test.manifest) debugImplementation(libs.androidx.compose.ui.test.manifest)
+4 -4
View File
@@ -1,7 +1,7 @@
[versions] [versions]
agp = "9.2.1" agp = "9.2.1"
biometric = "1.1.0" biometric = "1.1.0"
coreKtx = "1.10.1" coreKtx = "1.19.0"
junit = "4.13.2" junit = "4.13.2"
junitVersion = "1.3.0" junitVersion = "1.3.0"
espressoCore = "3.7.0" espressoCore = "3.7.0"
@@ -18,9 +18,9 @@ zxing-embedded = "4.3.0"
navigationCompose = "2.9.8" navigationCompose = "2.9.8"
appcompat = "1.7.1" appcompat = "1.7.1"
ksp = "2.3.9" ksp = "2.3.9"
room = "2.7.1" room = "2.8.4"
datastore = "1.2.1" datastore = "1.2.1"
protobuf = "4.35.0" protobuf = "4.35.1"
protobufPlugin = "0.10.0" protobufPlugin = "0.10.0"
tink = "1.21.0" tink = "1.21.0"
ui = "1.11.2" ui = "1.11.2"
@@ -33,7 +33,7 @@ uiautomator = "2.3.0"
runner = "1.7.0" runner = "1.7.0"
androidx-test-ext = "1.3.0" androidx-test-ext = "1.3.0"
timber = "5.0.1" timber = "5.0.1"
kotlinx-serialization = "1.8.1" kotlinx-serialization = "1.11.0"
leakcanary = "2.14" leakcanary = "2.14"
[libraries] [libraries]