enviroCar / enviroCar-app

enviroCar Android Application
https://envirocar.org
GNU General Public License v3.0
88 stars 154 forks source link

Replace SQLBrite library #947

Open Akash-Ramjyothi opened 1 year ago

Akash-Ramjyothi commented 1 year ago

Description:

Currently the enviroCar-app uses SQLBrite library (https://github.com/square/sqlbrite) for semantics to queries. But it has been deprecated and archived and is no longer supported. This specific library dependency needs to be replaced with a newer library that follows the same implementation pattern and provides similar functionality.

Akash-Ramjyothi commented 1 year ago

Maybe fixed by #949.