Hi there,
I build android apk sucessfully yesterday.
But failed today with no changes of codes.
Execution failed for task ':App:checkReleaseAarMetadata'.
> Could not resolve all files for configuration ':App:releaseRuntimeClasspath'.
> Could not find com.appodeal.ads:sdk:3.4.2s.0.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/com/appodeal/ads/sdk/3.4.2s.0/sdk-3.4.2s.0.pom
- https://jcenter.bintray.com/com/appodeal/ads/sdk/3.4.2s.0/sdk-3.4.2s.0.pom
- https://repo.maven.apache.org/maven2/com/appodeal/ads/sdk/3.4.2s.0/sdk-3.4.2s.0.pom
- file:/Users/vincentchen/Library/Application%20Support/Corona/Native/Corona/android/lib/gradle/sdk-3.4.2s.0.jar
- file:/Users/vincentchen/Library/Application%20Support/Corona/Native/Corona/android/lib/gradle/sdk.jar
- file:/Users/vincentchen/Library/Application%20Support/Corona/Native/Corona/android/lib/Corona/libs/sdk-3.4.2s.0.jar
- file:/Users/vincentchen/Library/Application%20Support/Corona/Native/Corona/android/lib/Corona/libs/sdk.jar
- https://artifactory.appodeal.com/appodeal/com/appodeal/ads/sdk/3.4.2s.0/sdk-3.4.2s.0.pom
Required by:
project :App
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
Is it something wrong with the appodeal plugin or else?
Please help me with this issue
Thanks!
Vincent