Skip to content

Commit

Permalink
Enable targetSdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludea committed Sep 1, 2024
1 parent 9d1303d commit 22629f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src-tauri/gen/android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ android {
manifestPlaceholders["usesCleartextTraffic"] = "false"
applicationId = "com.Sparus.dev"
minSdk = 24
targetSdk = 34
versionCode = tauriProperties.getProperty("tauri.android.versionCode", "1").toInt()
versionName = tauriProperties.getProperty("tauri.android.versionName", "1.0")
}
Expand Down

0 comments on commit 22629f0

Please sign in to comment.