enviroCar / enviroCar-app

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

Replaced SQLBrite library with SQLDelight library #949

Open Akash-Ramjyothi opened 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.

SebaDro commented 1 year ago

There are some CI checks failing. Can you give it a check and maybe fix it before it can be considered for being merged?

Akash-Ramjyothi commented 1 year ago

Sure @SebaDro sir.