Android: Show time played in game details

Unlike in DolphinQt, there isn't much space to show playtimes directly in
the game list, so I've put it in the game details dialog instead.
This commit is contained in:
JosJuice
2025-04-12 14:27:09 +02:00
parent 3eee52cb6b
commit b8e70df413
7 changed files with 83 additions and 6 deletions

View File

@ -153,6 +153,8 @@ dependencies {
// For loading custom GPU drivers
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3")
implementation("com.nononsenseapps:filepicker:4.2.1")
}