sqlite-android icon indicating copy to clipboard operation
sqlite-android copied to clipboard

Old version 3.25.3

Open pedrosimoespt opened this issue 1 year ago • 4 comments

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 :(

pedrosimoespt avatar Jan 10 '25 20:01 pedrosimoespt

If you only need to use it you can simply do

dependencies {
    implementation 'io.requery:sqlite-android:3.25.3'
}

kata32 avatar Jan 10 '25 21:01 kata32

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.

pedrosimoespt avatar Jan 10 '25 22:01 pedrosimoespt

You're right, repository maintainers shouldn't remove old versions.

kata32 avatar Jan 11 '25 09:01 kata32

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?

pedrosimoespt avatar Jan 13 '25 23:01 pedrosimoespt