TM-Apps / konnection

A Kotlin Multiplatform library to emit Network Connection data.
Apache License 2.0
130 stars 10 forks source link

remove android:maxSdkVersion #6

Open b95505017 opened 2 months ago

b95505017 commented 2 months ago

https://developer.android.com/guide/topics/manifest/uses-sdk-element

Currently the generated AndroidManifest.xml will declared android:maxSdkVersion="34", which will block android version > 34 to install app which use this library. Official guidance also don't recommend library declared this attribute.

magnumrocha commented 1 month ago

Hi, thanks for the feedback.

This is an Issue with Amper: https://youtrack.jetbrains.com/issue/AMPER-813

So, I'll track this Issue and as soon it is fixed I will generate a new version of the library.

Please vote for the Issue on Youtrack 🙏