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

Unresolved reference: AppUpdater #232

Closed
benjamindeneu opened this issue Jun 16, 2023 · 1 comment
Closed

Unresolved reference: AppUpdater #232

benjamindeneu opened this issue Jun 16, 2023 · 1 comment

Comments

@benjamindeneu
Copy link

I work in kotlin and when i try to use the pacakge:

val appUpdater = AppUpdater(this)
appUpdater.start()

I have an Unresolved reference: AppUpdater and i don't find the import !

I have

repositories {
    maven {
        url "https://jitpack.io"
    }
}

and

implementation 'com.github.javiersantos:AppUpdater:2.7'

in my gradle.

I probably miss something obvious but i can't find what !

@benjamindeneu
Copy link
Author

The sync was not working i fixed it and it works

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

1 participant