Open techode opened 2 years 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
.
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
👋 @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? 🙏
Expected Library Import
Observed Failed to resolve: org.wordpress:aztec:v1.6.2
Reproduced
Tested
[DEVICE_NAME] on [OS_VERSION] with [APP_VERSION]