enviroCar / enviroCar-app

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

Replace SQLBrite library #947

Open Akash-Ramjyothi opened 2 years ago

Akash-Ramjyothi commented 2 years 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 2 years ago

Maybe fixed by #949.