Publish current app and server

This commit is contained in:
ponzischeme89
2026-08-02 22:10:19 +12:00
parent a265636139
commit 1ed180c739
203 changed files with 23933 additions and 2788 deletions
+3
View File
@@ -5,4 +5,7 @@ plugins {
id("org.jetbrains.kotlin.android") version "2.0.21" apply false
id("org.jetbrains.kotlin.plugin.compose") version "2.0.21" apply false
id("org.jetbrains.kotlin.plugin.serialization") version "2.0.21" apply false
// Generates app/src/release/generated/baselineProfiles from the :benchmark journeys.
// Keep this version in step with the androidx.benchmark artifacts in benchmark/.
id("androidx.baselineprofile") version "1.3.4" apply false
}