sqlite-android
sqlite-android copied to clipboard
Old version 3.25.3
Does anyone know if there is a place where I can get version 3.25.3 of this lib?
I've already tried to compile, but I'm not getting successful. This is for a legacy project :(
If you only need to use it you can simply do
dependencies {
implementation 'io.requery:sqlite-android:3.25.3'
}
If you only need to use it you can simply do
dependencies { implementation 'io.requery:sqlite-android:3.25.3' }
I know. The problem is that it is no longer available in the repo.
You're right, repository maintainers shouldn't remove old versions.
Can someone help me? I've been trying to compile the version, but I'm having problems with the NDK version, does anyone know which one was used?