Skip to content

Commit

Permalink
feat: remove debug signing config
Browse files Browse the repository at this point in the history
  • Loading branch information
reisxd committed Feb 3, 2025
1 parent ba1f869 commit 0a5e517
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src-tauri/gen/android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@ android {
versionCode = tauriProperties.getProperty("tauri.android.versionCode", "1").toInt()
versionName = tauriProperties.getProperty("tauri.android.versionName", "1.0")
}
signingConfigs {
create("debug") {
keyAlias = "androiddebugkey"
keyPassword = "android"
storeFile = file(System.getenv("HOME") + "/.android/debug.keystore")
storePassword = "android"
}
}
buildTypes {
getByName("debug") {
manifestPlaceholders["usesCleartextTraffic"] = "true"
Expand Down

0 comments on commit 0a5e517

Please sign in to comment.