Skip to content

Commit

Permalink
Merge pull request #256 from DroidKaigi/takahirom/adjust-small-points…
Browse files Browse the repository at this point in the history
…/2024-08-11

Adjust README and small point
  • Loading branch information
takahirom authored Aug 11, 2024
2 parents 79c0354 + 2aed663 commit fa17d3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<img width="813" alt="image" src="https://github.com/user-attachments/assets/28532593-025b-476b-8a2d-af2367dcbdd0">

### Understanding the App's Data Flow
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
},
Expand Down

0 comments on commit fa17d3a

Please sign in to comment.