Yassin Elhadedy
Yassin Elhadedy
when I run command to integrate Fastlane with firebase test lab: Fastlane instrumentation_tests_testlab this error shows: fastlane finished with errors [!] 'bucket_url' value must be a String! Found File instead....
app crash due to "androidx.security:security-crypto" that u internally use . i know this crash something related to google security-crypto library . but when I figure out for a solution I...
code:**MyApplication** ``` @HiltAndroidApp public class MyApplication extends MatomoApplication implements OrigoKeysApiFactory { private static final String MATOMO_URL = "http://35.209.3.16/matomo.php"; @Override public TrackerBuilder onCreateTrackerConfig() { return TrackerBuilder.createDefault(MATOMO_URL, 2); } } ``` **in...