sumup / sumup-android-sdk

Sample App for the SumUp Android SDK
Other
100 stars 28 forks source link

Google Play Store warns about old Version of Eventbus (3.1.1) - This also blocks distribution of Apps in Microsoft Intune #204

Open Bas94 opened 1 year ago

Bas94 commented 1 year ago

The current Release of SumUp leads to a warning prompted by Google Play Store when releasing our Apps with current 4.1.0 SumUp Release:

Your last product release contains SDK-Problems: org.greenrobot:eventbus:3.1.1 EventBus 3.3.1 is available which has migrated to AndroidX libraries, ships with R8 rules included and supports incremental annotation processing. https://support.google.com/googleplay/android-developer/answer/10358880

A scan for dependencies in our App shows, that this dependency comes from SumUp:

|    +--- com.sumup:reader-core:4.1.0
|    |    +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.21 (*)
|    |    +--- com.sumup:base-common:4.1.0 (*)
|    |    +--- com.sumup:base-analytics:4.1.0 (*)
|    |    +--- com.sumup.android:logging:2.2.3
|    |    +--- androidx.annotation:annotation:1.2.0
|    |    \--- org.greenrobot:eventbus:3.1.1

Could you update this Version to a newer one, like the one prompted by the Google Play Store?

Anquuni commented 1 year ago

+1

keySEE commented 11 months ago

+1 The issue blocks our application from Microsoft Intune distribution mechanism as well.

a5k-x commented 11 months ago

+1