Add mobile application #47

Merged
pierre merged 55 commits from mobile-app into main 2025-07-18 16:06:22 +00:00
Showing only changes of commit 1f2a28aa65 - Show all commits

View File

@@ -50,7 +50,7 @@ android {
buildTypes { buildTypes {
release { release {
signingConfig = signingConfigs.getByName("debug") // signingConfig = signingConfigs.getByName("debug")
} }
} }
@@ -59,6 +59,7 @@ android {
create("development") { create("development") {
dimension = "default" dimension = "default"
applicationIdSuffix = ".debug" applicationIdSuffix = ".debug"
signingConfig = signingConfigs.getByName("debug")
} }
create("publish") { create("publish") {
dimension = "default" dimension = "default"