wordpress-mobile / AztecEditor-Android

A reusable native Android rich text editor component.
Mozilla Public License 2.0
675 stars 112 forks source link

Implementation supplied, is throwing an error. Library isn't being imported. #1019

Open techode opened 1 year ago

techode commented 1 year ago

Expected Library Import

Observed Failed to resolve: org.wordpress:aztec:v1.6.2

Reproduced

  1. [STEP_1] Create a new Kotlin project and add the implementation as supplied
  2. [STEP_2] Sync project.
  3. [STEP_3] Error, failed to resolve.

Tested

[DEVICE_NAME] on [OS_VERSION] with [APP_VERSION]

ParaskP7 commented 1 year ago

👋 @techode and thank you for raising this issue! 🙏

I just tried to create a new Kotlin project and add the dependency as specified in the README.md file. To be more specific, I followed the Integrating Aztec in your project instructions. The end result on my side was a successful resolution of org.wordpress:aztec:v1.6.3.

Did you configure the specified repository on your side? 🤔

See copy-pasted configuration below:

repositories {
    maven { url "https://a8c-libs.s3.amazonaws.com/android" }
}

Note that without adding this extra repository configuration on your side, you will not be able to resolve org.wordpress:aztec:v1.6.3, as you won't be able to access a8c-libs.

dante-cervantes-rocketlab commented 7 months ago

im getting exact same error, when i sync the project it download the aztec from the repo correctly, but when i hit "run" im getting the issue above

ParaskP7 commented 7 months ago

👋 @dante-cervantes-rocketlab and thanks for reporting another such instance of it, can you please share your build failure so I can take a closer look? 🙏