Auto-commit after successful build: update app gameplay/UI, improve build setup
Changed files:\napp/build.gradle.kts app/src/main/java/solutions/tretter/githugandroid/GameProgressStore.kt
This commit is contained in:
@@ -12,6 +12,10 @@ import kotlinx.coroutines.flow.map
|
||||
import java.io.IOException
|
||||
|
||||
class GameProgressStore(private val context: Context) {
|
||||
init {
|
||||
AppLog.d("ProgressStore", "GameProgressStore initialized")
|
||||
}
|
||||
|
||||
private val dataStore = PreferenceDataStoreFactory.create(
|
||||
produceFile = { context.preferencesDataStoreFile("game_progress_preferences") }
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user