Thomas Wirth
                                            Thomas Wirth
                                        
                                    This should be stated in the Readme!
I don't think rejecting all non-stable versions really helps. For example if you use an RC and want to see updates to the RC but no beta or alpha releases...
@Philipp91 here is a better readable variant of this function which uses `indexOfFirst`. The size of the list is the fallback (highest possible level) if no pre-release was found. :slightly_smiling_face:...
@ben-manes I see the same error for `org.jetbrains.kotlin:kotlin-parcelize-runtime:1.4.32` It appears in this open source project, so you could check it out if it helps: https://github.com/G00fY2/quickie ``` The exception that is...
According to this comment this should be fixed (with the current version): https://github.com/google/play-services-plugins/issues/207#issuecomment-992943558 I am not sure how to verify that the plugin marker is actually available in the maven...
@andriydruk: Should be possible with [consumerProguardFiles](https://developer.android.com/studio/projects/android-library.html#Considerations). Otherwise I would recommend maybe put the rules in the readme (like in [retrofit](https://github.com/square/retrofit)).
Just want to crosspost this issue from the covpass app here: https://github.com/Digitaler-Impfnachweis/covpass-android/issues/15 Since people are asking for at least one app running on API 21 devices for managing their vaccination...
Yes, we actually call `Adjust.getAttribution()` in `onCreate` of our application and in the `OnAttributionChangedListener` set in the `AdjustConfig` to pass attributes to Adobe.
We call `Adjust.getAttribution()` directly in our Kotlin code (fully Kotlin app only some webviews).
I digged through the Crashlytics logs and it looks like this crash only happens after the user navigated to a webview (so the call in the `onCreate` should not be...