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 {
release {
signingConfig = signingConfigs.getByName("debug")
// signingConfig = signingConfigs.getByName("debug")
}
}
@@ -59,6 +59,7 @@ android {
create("development") {
dimension = "default"
applicationIdSuffix = ".debug"
signingConfig = signingConfigs.getByName("debug")
}
create("publish") {
dimension = "default"