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

Failed to resolve: com.github.markusressel.KodeEditor:v3.0.2 #35

Closed
iyxan23 opened this issue Aug 3, 2020 · 2 comments · Fixed by #36
Closed

Failed to resolve: com.github.markusressel.KodeEditor:v3.0.2 #35

iyxan23 opened this issue Aug 3, 2020 · 2 comments · Fixed by #36

Comments

@iyxan23
Copy link

iyxan23 commented Aug 3, 2020

Describe the bug
Hi, I was trying to use this module (KodeEditor) By following the instructions written in the README.md file.
When i was syncing build.gradle, an error occurred :
Failed to resolve: com.github.markusressel.KodeEditor:v3.0.2: Affected Modules: app

To Reproduce
Steps to reproduce the behavior:

  1. Adding maven { url "https://jitpack.io" } into build.gradle (Project)
  2. Adding def codeEditorVersion = "v3.0.2" implementation("com.github.markusressel.KodeEditor:${codeEditorVersion}") to the build.gradle (Module: App)
  3. Sync gradle
  4. See error

Expected behavior
Gradle synced successfully

Screenshots
Screenshot from 2020-08-03 21-01-41

Smartphone (please complete the following information):

  • minSdk 21
  • targetSdk 30
  • buildToolsVersion 30.0.1
@welcome
Copy link

welcome bot commented Aug 3, 2020

Thanks for opening your first issue here! 🎉

@markusressel
Copy link
Owner

Thx for the hint, there is a typo in the README, its a colon before KodeEditor:

implementation("com.github.markusressel.KodeEditor:${codeEditorVersion}")   -> wrong
vs.
implementation("com.github.markusressel:KodeEditor:${codeEditorVersion}")   -> correct

I will update the README asap.

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

Successfully merging a pull request may close this issue.

2 participants