Skip to content
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

Open
Mohammad-Abureesh opened this issue Jan 3, 2023 · 5 comments
Open

Upgrade gradle version #7

Mohammad-Abureesh opened this issue Jan 3, 2023 · 5 comments

Comments

@Mohammad-Abureesh
Copy link

Mohammad-Abureesh commented Jan 3, 2023

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()

@sstachurski
Copy link

I changed jcenter() to mavenCental() in build.gradle but it doesn't resolve the issue on android? Any ideas?

@74170
Copy link

74170 commented Jun 29, 2023

There is a PR for this.
A merge of the PR should fix the issue, the PR however is open since March.

@LassazVegaz
Copy link

I am experiencing the same

@seeebbii
Copy link

Uncertain about the merge schedule, but in the interim, you can make use of this library: is_lock_screen2

@nav9
Copy link

nav9 commented Sep 30, 2024

Same issue encountered:

FAILURE: Build failed with an exception.

* What went wrong:
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants