-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade gradle version #7
Comments
I changed jcenter() to mavenCental() in build.gradle but it doesn't resolve the issue on android? Any ideas? |
There is a PR for this. |
I am experiencing the same |
Uncertain about the merge schedule, but in the interim, you can make use of this library: is_lock_screen2 |
Same issue encountered:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher.
The following dependencies do not satisfy the required version:
project ':is_lock_screen' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50
replcae jcenter() to mavenCentral()
The text was updated successfully, but these errors were encountered: