We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 !
Unresolved reference: AppUpdater
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 !
The text was updated successfully, but these errors were encountered:
The sync was not working i fixed it and it works
Sorry, something went wrong.
No branches or pull requests
I work in kotlin and when i try to use the pacakge:
I have an
Unresolved reference: AppUpdater
and i don't find the import !I have
and
in my gradle.
I probably miss something obvious but i can't find what !
The text was updated successfully, but these errors were encountered: