aliab / Persian-Date-Picker-Dialog

Persian Date Picker Dialog for Android
298 stars 68 forks source link

why ERROR: Failed to resolve: com.github.aliab:Persian-Date-Picker-Dialog:1.4? #35

Closed daavarr closed 4 years ago

daavarr commented 5 years ago

i added the JitPack repository successfully, but when i implement (implementation 'com.github.aliab:Persian-Date-Picker-Dialog:1.4') this error shown to me : ERROR: Failed to resolve: com.github.aliab:Persian-Date-Picker-Dialog:1.4 Show in Project Structure dialog Affected Modules: app

thanks

golnarSheikhBahaie commented 5 years ago

i have same problem but my problem was for (app-compact version ) .. now i set this in my gradle : implementation 'com.android.support:appcompat-v7:28.0.0' implementation 'com.android.support:support-v4:28.0.0' and this is my persian datepicker dependency implementation 'com.github.aliab:Persian-Date-Picker-Dialog:1.4'

daavarr commented 5 years ago

thanks its working

aliab commented 4 years ago

@golnarSheikhBahaie @daavarr version 1.5.0 migrated to AndroidX, thanks for your report.