prolificinteractive / material-calendarview

A Material design back port of Android's CalendarView
https://prolificinteractive.github.io/material-calendarview/
MIT License
5.91k stars 1.32k forks source link

Can only add Version 1.4.3 #1126

Closed milhouse34521 closed 2 years ago

milhouse34521 commented 2 years ago

Can anyone help with this issue? Not sure why its not resolving for 2.0.1 but it is for 1.4.3

Failed to resolve: com.github.prolificinteractive:material-calendarview:2.0.1 Affected Modules: app

build.grade (Project) file has: repositories { google() mavenCentral() maven { url "https://jitpack.io" }

}

build.gradle(Module) file has:

dependencies { implementation 'com.github.prolificinteractive:material-calendarview:2.0.1' // implementation 'com.prolificinteractive:material-calendarview:1.4.3' <-- works // implementation 'com.prolificinteractive:material-calendarview:2.0.1' <-- does not work implementation 'androidx.core:core-ktx:1.7.0' implementation 'androidx.appcompat:appcompat:1.4.1' implementation 'com.google.android.material:material:1.5.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.3' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' }

Also tried adding via the Project Structure but it cannot find com.github.prolificinteractive:material-calendarview if I search for it but if I search material-calendarview i can find 1.4.3

Thanks.

Screenshot 2022-01-18 070250 Screenshot 2022-01-18 070334

build.gradle-app.txt build-project.gradle.txt .