enviroCar / enviroCar-app

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

Replaced SQLBrite with SQLDelight #948

Closed Akash-Ramjyothi closed 1 year ago

Akash-Ramjyothi commented 1 year ago

Fixes: #947.

Description:

Replaced the deprecated SQLBrite library (https://github.com/square/sqlbrite) with the same vendor that released the newer, SQLDelight library (https://github.com/square/sqldelight) as mentioned in (https://github.com/square/sqlbrite#deprecated) suitable for replacement. Followed the same implementation pattern as SQLBrite and replaced all references and usage with SQLDelight.