Søren Gjesse
Søren Gjesse
I am quite sure this is due to the file not being available for download. However it is now (https://storage.googleapis.com/dartino-temporary/channels/be/raw/0.4.0-edge.a366efe0b5d4d1a69051d66cd8cba58be2881b29/sdk/dartino_raspbian.img.zip). Did you try this soon after the commit of a366efe0b5d4d1a69051d66cd8cba58be2881b29,...
Thank you Jake. We will consider if we can generalize what we just did for Mockito, to handle classes which are passes as class constants to certain methods. And you...
Getting back to improving the handling of Retrofit, then something like what we landed (hard-coded) for Mockito could be an option. How about being able to express something like this:...
I am from the R8 team, and this looks like a missing dependency. The classes mentioned are references in the input, but not present. If these classes are in an...
While adding `-dontwarn` is a workaround, the stripe team should ensure that these are not present when depending on the library. Either by adding explicit `-dontwarn` 's to the consumer...
I am not familiar with the Expo project setup, and cannot give any info on where Proguard configuration rules are located.
Maybe stating the obvious here, but as this SDK already has [consumer keep rules](https://github.com/launchdarkly/android-client-sdk/blob/main/launchdarkly-android-client-sdk/consumer-proguard-rules.pro), they might just have a missing some rule. One thing I noticed was that these rules...
Please note that rules for gson should not go into the consumer rules for this library, as they have been added to gson (https://github.com/google/gson/blob/main/gson/src/main/resources/META-INF/proguard/gson.pro). The most recent changes have not...
Process groups are only present on Linux and OS X, so for Windows this cannot work. This also require a way to get the process group of the process in...