Skip to content

Commit f4e229c

Browse files
committed
bring back minSdk to 24 because other libs need it anyway, and implement suggested lifecycle fix from tauri-apps/tauri#15191
1 parent 833c6da commit f4e229c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src-tauri/gen/android/app/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ android {
2020
defaultConfig {
2121
manifestPlaceholders["usesCleartextTraffic"] = "false"
2222
applicationId = "com.orbitale.pos_sum"
23-
minSdk = 22
23+
minSdk = 24
2424
targetSdk = 36
2525
versionCode = tauriProperties.getProperty("tauri.android.versionCode", "1").toInt()
2626
versionName = tauriProperties.getProperty("tauri.android.versionName", "1.0")
@@ -78,6 +78,7 @@ dependencies {
7878
implementation("androidx.appcompat:appcompat:1.7.1")
7979
implementation("androidx.activity:activity-ktx:1.10.1")
8080
implementation("com.google.android.material:material:1.12.0")
81+
implementation("androidx.lifecycle:lifecycle-process:2.10.0")
8182
testImplementation("junit:junit:4.13.2")
8283
androidTestImplementation("androidx.test.ext:junit:1.1.4")
8384
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.0")

0 commit comments

Comments
 (0)