MarcusWolschon / osmeditor4android

Vespucci is a OpenStreetMap editor for Android
http://vespucci.io
Other
373 stars 83 forks source link

Use NotificationManagerCompat #2568

Closed simonpoole closed 1 month ago

simonpoole commented 4 months ago

This simplifies code a tiny bit. Includes androidx 1.12 upgrade (see below, 1.12 requires SDK34, 1.11 on the other hand has conflicting Kotlin dependencies).

simonpoole commented 4 months ago

This will have to wait for migration to SDK 34, as the androidx work and core (1.11) libraries have conflicting kotlin library dependencies for versions that still work with SDK33.

This being google naturally none of this is documented.