DimitarStoyanoff / Notifications

FCM Notifications with images in app foreground
61 stars 41 forks source link

Migrate to AndroidX, add API 26 support #5

Closed CoolMind closed 5 years ago

CoolMind commented 5 years ago

Thank you for the tutorial! Please, remove C2DM, because it has not been used since 2015 (I think). As many Google libraries have moved to AndroidX, could you also migrate the project? Also add API 26 support (Android channels).

DimitarStoyanoff commented 5 years ago

@CoolMind Sorry for taking so long. Updated dependencies, and the codebase is now in Kotlin. As for the notification channels, they were already implemented. Thanks for the support.