What version of room is compatible with sqlcipher:4.5.1@aar?

Hello,

I am using sqlcipher:4.5.1@aar in my android application.
My room version is 2.2.5

Could not resolve androidx.room:room-common:[2.2.5].
Required by:
project :app > androidx.room:room-runtime:2.2.5
Failed to list versions for androidx.room:room-common.
Unable to load Maven meta-data from '----androidx/room/room-common/maven-metadata.xml.
Could not HEAD ‘/androidx/room/room-common/maven-metadata.xml’.
Read timed out

Hi @Doli

SQLCipher does not have a dependency on Room, but rather the androidx sqlite interfaces (to support Room integration). Please make sure you are including this dependency:

androidx.sqlite:sqlite:2.0.1