Skip to content Skip to sidebar Skip to footer

How To Avoid Using + In Version Number With SQLiteAssetHelper

I am using the SQLiteAssetHelper class to manage an SQLite database in my app. To do this I have followed the instructions on how to use SQLiteAssetHelper on GitHub, which is to a

Solution 1:

If you click on the releases tab, you can see that the most recent release is 2.0.1. It is better that you specify this explicitly in order to have predictable builds.


Solution 2:

Use

compile 'com.readystatesoftware.sqliteasset:sqliteassethelper:2.0.1'

This site - "Gradle, please" - can be helpful sometimes.


Post a Comment for "How To Avoid Using + In Version Number With SQLiteAssetHelper"