Describe the bug
I want to use Zarinpal SDK in my application to get access to the payment gateway.
For this purpose, I have added the below lines in my app build.gradle:
I can sync gradle successfully but when I build my application, I am getting the below error:
1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':app:checkDebugAarMetadata'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
> Failed to transform emoji2-views-helper-1.4.0-alpha01.aar (androidx.emoji2:emoji2-views-helper:1.4.0-alpha01) to match attributes {artifactType=android-aar-metadata, org.gradle.category=library, org.gradle.dependency.bundling=external, org.gradle.libraryelements=aar, org.gradle.status=release, org.gradle.usage=java-runtime}.
> Could not find emoji2-views-helper-1.4.0-alpha01.aar (androidx.emoji2:emoji2-views-helper:1.4.0-alpha01).
Searched in the following locations:
https://dl.google.com/dl/android/maven2/androidx/emoji2/emoji2-views-helper/1.4.0-alpha01/emoji2-views-helper-1.4.0-alpha01.aar
Information
Android OS Version: API 33 emulator
Library Version: 0.6.2
Additional context
I have tried to build with VPN and without it. It's no different.
Describe the bug I want to use Zarinpal SDK in my application to get access to the payment gateway. For this purpose, I have added the below lines in my app
build.gradle
:and also in the project
build.gradle
I have added below lines:I can sync gradle successfully but when I build my application, I am getting the below error:
Information
Additional context I have tried to build with VPN and without it. It's no different.
Your Suggestion for fixing No idea :)