4

My current project is quite stable. Presently I don't want to migrate to Androidx. But I need to use this com.pierfrancescosoffritti.androidyoutubeplayer:core:10.0.3 library in my project, which is migrated to Androidx. So when I'm importing this library it causes gradle build failure.

I found many ways for migrating to Androidx but not the other way.

One solution I can think of downloading the library and replace the Androidx libraries with support and then import. Apart form this is there any other way ? Like the reverse of jetifier.

Sp4Rx
  • 1,498
  • 3
  • 20
  • 37
  • If you want to reverse from androidx to support libraries, then follow this link https://developer.android.com/studio/command-line/jetifier#advanced_usage – Ranjan Kumar Apr 03 '19 at 11:13
  • I'm looking for a way where I can modify it on the fly in gradle `implementation('com.pierfrancescosoffritti.androidyoutubeplayer:core:10.0.3') {/* here some config */ }`. Downloading the library and modify it is my last option – Sp4Rx Apr 03 '19 at 11:18
  • @Sp4Rx Did reverse-jeitifying androidyoutubeplayer:core worked? – SKP Aug 08 '19 at 16:33
  • Haven't tried. I moved to AnrdroidX as that was be time consuming for me and every recommended moving to AndroidX @SKP – Sp4Rx Aug 09 '19 at 06:36

0 Answers0