Hi,
we use Android SQL Cipher downloaded to our SDK by the Gradle dependency
api "net.zetetic:sqlcipher-android:4.6.0@aar"
we got a request to change OpenSSL from default into custom one. I see that this is possible when building AAR package manually as instructions provided here GitHub - sqlcipher/sqlcipher-android: SQLCipher for Android provides an interface to SQLCipher databases on the Android platform.
Question - is it possible to include different OpenSSL used by the Android SQL Cipher library when downloading it by Gradle dependency or is it possible only when building AAR package manually?