After migrating project to AndroidX AppAuth-Android stop showing custom tabs and always open auth forms in standalone browser.
After quick research I found that issue with "jetifier" which process libraries and replace references from old support libraries to new androidx.
This constant https://github.com/openid/AppAuth-Android/blob/master/library/java/net/openid/appauth/browser/BrowserSelector.java#L54 changed to androidx.browser.customtabs.action.CustomTabsService which leads to break hasWarmupService
Yes it looks more like a jetifier bug. But knowing google I don't think they will fix it.
Is it planned to migrate the library to androidx?
After migrating project to AndroidX AppAuth-Android stop showing custom tabs and always open auth forms in standalone browser.
After quick research I found that issue with "jetifier" which process libraries and replace references from old support libraries to new androidx.
This constant https://github.com/openid/AppAuth-Android/blob/master/library/java/net/openid/appauth/browser/BrowserSelector.java#L54 changed to
androidx.browser.customtabs.action.CustomTabsServicewhich leads to breakhasWarmupServiceYes it looks more like a jetifier bug. But knowing google I don't think they will fix it.
Is it planned to migrate the library to androidx?