Can i use a newer version of sqlite in my project through Jetpack?
问题 We have come to a condition where we want to use the "lead" and "lag" functions in android but they don't function unless your sqlite version is at least 3.2. Is it possible for our project to use the newer sqllite versions through Jetpack, and if so, how? 回答1: Is it possible for our project to use the newer sqllite versions through Jetpack Jetpack does not directly give you a new SQLite version. However, if you are using Room, you can use a custom implementation of the SupportSQLiteDatabase