Recently I noticed that in new projects where I use Jetpack Datastore I have a new native lib added to apps’ bundle:
bundle.abbbaselibarm64-v8alibdatastore_shared_counter.so
What is that exactly?
and yeah I didn’t have it previously with:
androidxDataStore = "1.0.0"
but got it after updating to:
androidxDataStore = "1.1.0"