vovkab
04/29/2025, 7:00 PMCaused by: java.lang.NoSuchMethodError: No virtual method hours-UwyO8pc(I)J in class Lkotlin/time/Duration$Companion;
at com.dropbox.android.external.store4.StoreDefaults.<clinit>(StoreDefaults.kt:14)
at com.dropbox.android.external.store4.RealStoreBuilder.<init>(StoreBuilder.kt:86)
We are trying to stay on store4 so we don't have to retest everything at the same time. Is it possible to do a quick hot fix release for store4?
I've created a change to switch to a stable api and remove experimental time:
https://github.com/vovkab/Store/commit/1af730553be7133e71736758dc8c67e2922b3fc3
But I'm not sure against which branch should I created a PR? As I can see there is release/4.0.0
branch, but it's missing everything all the way up to 4.0.7?
Thanks.