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

Could not find OneSignal-4.6.4.aar #1510

Closed
Muhammadwahab opened this issue Jan 12, 2022 · 2 comments
Closed

Could not find OneSignal-4.6.4.aar #1510

Muhammadwahab opened this issue Jan 12, 2022 · 2 comments

Comments

@Muhammadwahab
Copy link

Hi i unable to build the app in android due to to below issue it was working fine before suddenly this issue occurred . Might be you guys working on current SDK please let me know when will this fixed

i am using these dependencies in gradle

val one_signal = "com.onesignal:OneSignal:${Versions.oneSignalVersion}"
val oneSignalRoot = "gradle.plugin.com.onesignal:onesignal-gradle-plugin:${Versions.oneSignalRootVersion}"

const val oneSignalVersion = "[4.0.0, 4.99.99]"
const val oneSignalRootVersion = "[0.12.9, 0.99.99]"

    implementation (Dependencies.one_signal) {
    exclude group: 'com.google.android.gms', module: 'play-services-location'
    exclude group: 'com.google.android.gms', module: 'play-services-ads-identifier'
    exclude group: 'com.google.guava', module: 'jetified-guava'
}

Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Failed to transform OneSignal-4.6.4.aar (com.onesignal:OneSignal:4.6.4) to match attributes {artifactType=android-java-res, 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 OneSignal-4.6.4.aar (com.onesignal:OneSignal:4.6.4).
Searched in the following locations:
https://jcenter.bintray.com/com/onesignal/OneSignal/4.6.4/OneSignal-4.6.4.aar

@mshahabrauf
Copy link

Please check here.

#1509 (comment)

@jkasten2
Copy link
Member

Same as issue #1509.

The jcenter specific URL error can be solved by following #1509 (comment) as @shahabrauf18 pointed out.

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

No branches or pull requests

3 participants