From 2aed6634403136c3bf187ef8e08197e8e2423784 Mon Sep 17 00:00:00 2001 From: takahirom Date: Sun, 11 Aug 2024 10:36:00 +0900 Subject: [PATCH] Adjust README and small point --- README.md | 6 +++++- .../io/github/droidkaigi/confsched/about/AboutScreen.kt | 3 +-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0d5742271..e7e4acba3 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,14 @@ You can check out the design on Figma. [DroidKaigi 2024 App UI](https://www.figma.com/design/XUk8WMbKCeIdWD5cz9P9JC/DroidKaigi-2024-App-UI?node-id=54795-26746&t=DgZuFVd0sduq6vUy-0) -**Designer:**: [nobonobopurin](https://github.com/nobonobopurin) +**Designer**: [nobonobopurin](https://github.com/nobonobopurin) ## Development +### Overview of the architecture + +In addition to general Android practices, we are exploring and implementing various concepts. Details for each are discussed further in this README. + image ### Understanding the App's Data Flow diff --git a/feature/about/src/commonMain/kotlin/io/github/droidkaigi/confsched/about/AboutScreen.kt b/feature/about/src/commonMain/kotlin/io/github/droidkaigi/confsched/about/AboutScreen.kt index 7ccecfbd4..bba67b9b4 100644 --- a/feature/about/src/commonMain/kotlin/io/github/droidkaigi/confsched/about/AboutScreen.kt +++ b/feature/about/src/commonMain/kotlin/io/github/droidkaigi/confsched/about/AboutScreen.kt @@ -107,8 +107,7 @@ fun AboutScreen( ) item { AboutFooterLinks( - // TODO: Inject the right version name - versionName = "1.6.0", + versionName = "0.1.0", onYouTubeClick = { onAboutItemClick(YouTube) },