Currently using SQLCipher 1.6, which uses SQLite version 3.25.2 and was compiled 25/Sep/2018.
According the .xml file (SQLCipher.xml) SQLCipher depends on the .aar file android-database-sqlcipher-4.0.0.aar.
Now I have newer versions of the SQLCipher .aar file, that is android-database-sqlcipher-4.4.3.aar and android-database-sqlcipher-4.5.1.aar.
I tried changing the .xml file and make it depend on 4.5.1 (this is at the end of the .xml file) and it compiled fine, but there was a run-time error
to do with SQLCipher.
Is it possible to use a later version of SQLCipher by altering the .jar and/or .xml files?
Is there any other way to update the SQLCipher version?
According to Nick Parker of Zetetic the .aar file is self contained, not needing any other files, but not sure how to organise that.
RBS
According the .xml file (SQLCipher.xml) SQLCipher depends on the .aar file android-database-sqlcipher-4.0.0.aar.
Now I have newer versions of the SQLCipher .aar file, that is android-database-sqlcipher-4.4.3.aar and android-database-sqlcipher-4.5.1.aar.
I tried changing the .xml file and make it depend on 4.5.1 (this is at the end of the .xml file) and it compiled fine, but there was a run-time error
to do with SQLCipher.
Is it possible to use a later version of SQLCipher by altering the .jar and/or .xml files?
Is there any other way to update the SQLCipher version?
According to Nick Parker of Zetetic the .aar file is self contained, not needing any other files, but not sure how to organise that.
RBS