satismeter / satismeter-android

SatisMeter NPS Android SDK
https://www.satismeter.com
5 stars 6 forks source link

Migrate to AndroidX #8

Closed florianPOLARSTEPS closed 3 years ago

florianPOLARSTEPS commented 3 years ago

I would like to disable jetifier in a near future since it will bring considerable build speed improvements in my project, but I found that the Satismeter SDK is one of the last libraries I am using, that still uses the old Android Support Libraries.

The steps to change to AndroidX are pretty straight forward https://developer.android.com/jetpack/androidx/migrate

Satismeter Android SDK: 1.5.0

jsedlacek commented 3 years ago

@florianPOLARSTEPS Thanks - let me check what can we do here, and get back.

man4ik commented 3 years ago

@florianPOLARSTEPS thanks for raising the issue. Could you please try 1.5.1

Please pay attention the lib has been migrated to mavenCentral implementation 'com.satismeter:satismeter:1.5.1'

florianPOLARSTEPS commented 3 years ago

1.5.1 Looks good! Tested with https://github.com/plnice/can-i-drop-jetifier

jsedlacek commented 3 years ago

@florianPOLARSTEPS Thanks!