javiersantos / AppUpdater

A library that checks for your apps' updates on Google Play, GitHub, Amazon, F-Droid or your own server. API 9+ required.
Apache License 2.0
1.98k stars 410 forks source link

Unresolved reference: AppUpdater #232

Closed benjamindeneu closed 1 year ago

benjamindeneu commented 1 year ago

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 commented 1 year ago

The sync was not working i fixed it and it works