Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src-tauri/gen/android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ android {
// Not an app flavour: that would change the output paths tauri-build.yml globs.
missingDimensionStrategy("push", if (fossBuild) "foss" else "gms")
}
dependenciesInfo {
includeInApk = false
includeInBundle = false
}
signingConfigs {
create("release") {
val keystorePropertiesFile = rootProject.file("keystore.properties")
Expand Down
Loading