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