File tree Expand file tree Collapse file tree
src-tauri/gen/android/app Expand file tree Collapse file tree Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments