You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just upgraded from 1.0.12 to 3.0.4 of the OrmGAP plugin and the config file is placed inside the src/main/assets directory instead of src/main/res/raw. Is there a config option to change the file location? Because the OrmLiteSqliteOpenHelper tries to open the file from the raw resources.
I am using Gradle 4.4 and Android Gradle PLugin 3.1.0
The text was updated successfully, but these errors were encountered:
I've just upgraded from 1.0.12 to 3.0.4 of the OrmGAP plugin and the config file is placed inside the
src/main/assets
directory instead ofsrc/main/res/raw
. Is there a config option to change the file location? Because the OrmLiteSqliteOpenHelper tries to open the file from the raw resources.I am using Gradle 4.4 and Android Gradle PLugin 3.1.0
The text was updated successfully, but these errors were encountered: