Skip to content

Release v0.13.4

Choose a tag to compare

@github-actions github-actions released this 30 Jul 15:02
· 2 commits to master since this release
f62826e

📦 android-sql-query v0.13.4

Publicado automáticamente desde PR #17
feat(query): Add Deletable interface for converting queries to QueryDelete


📥 Agregar como dependencia via JitPack

// settings.gradle.kts
dependencyResolutionManagement {
    repositories {
        maven { url = uri("https://jitpack.io") }
    }
}

// build.gradle.kts (module)
dependencies {
    implementation("com.github.LeandroLCD:android-sql-query:0.13.4")
}

📅 Generado el: 2026-07-30T14:58:43Z