codelab-android-datastore
codelab-android-datastore copied to clipboard
I had to upgrade gradle to 8.9 because of my java version and I tried to compile the project. But I'm getting this error: ``` Could not create task ':app:compileDebugKotlin'....
deprecate
datastore contains libdatastore_shared_counter.so, this so file support 16kb page size in android 15?
Welcome to [Renovate](https://redirect.github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 Renovate will begin keeping your dependencies up-to-date only once...
Just cloned the project from https://github.com/android/codelab-android-datastore. Can't even get the project to sync. Tried starting from scratch 3 times--no luck. This project is just bunk for the latest versions of...
# Issue While reading [a codelab](https://developer.android.com/codelabs/android-preferences-datastore?hl=en#0), I came across this code sample. The code sample uses views, but should probably be updated to use composables.