premkumarroyal / MonthAndYearPicker

The month and year picker for Android. Now you can pick month and year or only month or only year.
MIT License
162 stars 52 forks source link

Error at androidx #32

Open fullstact69 opened 2 years ago

fullstact69 commented 2 years ago

error: cannot access AlertDialog .build().show(); ^ class file for android.support.v7.app.AlertDialog not found

danielmehring commented 2 years ago

I had the same problem. When you add "android.enableJetifier=true" to your gradle.properties, it should work fine with androidx.