Blockstream / green_android

Blockstream Green Wallet for Android
GNU General Public License v3.0
177 stars 74 forks source link

Remove android.enableJetifier line from gradle.properties #118

Closed emanuelb closed 2 years ago

emanuelb commented 3 years ago

https://github.com/Blockstream/green_android/blob/68abba74099cf322e255681c7039e45a0b59fc6a/gradle.properties#L23-L24

see this guide for the steps to ensure it's safe to remove this lines (check that all deps are already fully migrated to AndroidX) https://medium.com/dipien/say-bye-bye-to-android-jetifier-a7e0d388f5d6

angelix commented 2 years ago

Removed. Thanks for reporting.