-
Notifications
You must be signed in to change notification settings - Fork 77
Update androidx.test.ext:junit version #81
base: master
Are you sure you want to change the base?
Conversation
@emeraldsanto Can you take a look on this? |
@emeraldsanto +1 for this, it is required for targetAndroidSDK 31. Running into issues building a testbuild with Detox. Can confirm this fixes it. I followed this stackoverflow answer https://stackoverflow.com/a/71605255/913824 |
@emeraldsanto We have bumped up our |
+1, please take a look |
@emeraldsanto can we get this merged? |
@emanuelboros @monostere0 @hssrrw @mlowijs @alesharik |
In the meantime, I fixed this locally for my project with patch-package (https://www.npmjs.com/package/patch-package)
|
Unfortunately this still stands in the open state. Maybe @emeraldsanto will reply to us why? There was activity on this particulary library since this fix was created. We needed this fix quite urgently in our project so I would sugest to use what @gregmarut sugested, or create a fork and use it your own fork. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update needed.
This needs to be updated again to a new version. |
@px-amaac @JordaoViktor
try using other packages instead, search for mmkv. That seems to be the best alternative atm, and they claim it's the fastest storage and offers even sync calls not only async. |
Made a workaround. Hi @emanuelboros and @everyonelse, I added this to my postinstall script under Made it with node instead of a shell command to avoid issues with varying OS.
|
This fixes an error while building ui test apk version with targetSdkVersion:31