From 23607f93b3f6596a34c7795f38ae7d684f73197e Mon Sep 17 00:00:00 2001 From: Odweta Date: Sat, 30 Nov 2024 23:03:12 +0100 Subject: [PATCH] hotfix debug residue --- mobile/.idea/caches/deviceStreaming.xml | 329 ++++++++++++++++++ mobile/app/build.gradle.kts | 2 +- .../src/main/java/com/odweta/solon/Launch.kt | 3 +- 3 files changed, 331 insertions(+), 3 deletions(-) create mode 100644 mobile/.idea/caches/deviceStreaming.xml diff --git a/mobile/.idea/caches/deviceStreaming.xml b/mobile/.idea/caches/deviceStreaming.xml new file mode 100644 index 0000000..b81700b --- /dev/null +++ b/mobile/.idea/caches/deviceStreaming.xml @@ -0,0 +1,329 @@ + + + + + + \ No newline at end of file diff --git a/mobile/app/build.gradle.kts b/mobile/app/build.gradle.kts index 66c4e19..7a2605d 100644 --- a/mobile/app/build.gradle.kts +++ b/mobile/app/build.gradle.kts @@ -12,7 +12,7 @@ android { applicationId = "com.odweta.solon" minSdk = 28 targetSdk = 34 - versionCode = 210 + versionCode = 204 versionName = "2.1" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" diff --git a/mobile/app/src/main/java/com/odweta/solon/Launch.kt b/mobile/app/src/main/java/com/odweta/solon/Launch.kt index b78d53e..de1e496 100644 --- a/mobile/app/src/main/java/com/odweta/solon/Launch.kt +++ b/mobile/app/src/main/java/com/odweta/solon/Launch.kt @@ -61,8 +61,7 @@ fun fetchNewData(ctx: Context, coscope: CoroutineScope) { val role = if (Parsing.userIsParent()) { " – Rodič" } else { - //TODO: remove - " – Student #############################################" + " – Student" } // display the full name of the user in the toolbar