RuuviRangeNotifier no longer exists

I developed an Android JAva App starting from code : GitHub - ruuvi/com.ruuvi.bluetooth.default: Default implementation of Bluetooth tag searching for the Ruuvi Android app. but today the
implementation ‘com.github.ruuvi:com.ruuvi.bluetooth:2cedd919b2’
implementation ‘com.github.ruuvi:com.ruuvi.bluetooth.default:31e717b’
are not available in https://www.jitpack.io

I tried to update the version com.github.ruuvi:com.ruuvi.bluetooth to 1.4.7 and com.github.ruuvi:com.ruuvi.bluetooth.default 1.5.3 that I
find in https://jitpack.io/com/github/ruuvi/com.ruuvi.bluetooth.default/ but in this way the com.ruuvi.station.bluetooth.RuuviRangeNotifier is not find in the build process.

I looking for documentation for com.ruuvi.station.bluetooth and I to replace RuuviRangeNotifier feature but without success.

Have some suggests ?

Hi @Roberto_Caboni ,

Thank you for your message. Maybe @Denis_Andreev has the best answer for this.

Check IRuuviTagScanner and RuuviTagScanner as implementation in 1.5.3.

Thanks Denis, with RuuviTagScanner now works.

If I can, I would like to suggest to update the GitHub - ruuvi/com.ruuvi.bluetooth.default: Default implementation of Bluetooth tag searching for the Ruuvi Android app. with the new class and implementations.

Have a nice day
Roberto

1 Like