Added primaryPlayer functionality

Added a new functionality to mark one player as the primary player. This player is the main user of the app and the training data will be stored for that player only.
This commit is contained in:
Alexander Doerflinger
2026-02-17 08:09:15 +01:00
parent 796e0e4389
commit 0d71d93ea6
10 changed files with 160 additions and 17 deletions

View File

@@ -4,9 +4,7 @@ plugins {
android {
namespace = "com.aldo.apps.ochecompanion"
compileSdk {
version = release(36)
}
compileSdk = 36
defaultConfig {
applicationId = "com.aldo.apps.ochecompanion"