@@ -380,7 +380,7 @@ I'm guessing this is not really a factor on iOS."
380
380
``` kotlin
381
381
plugins {
382
382
// Provides the SQLDelight gradle plugin automatically and applies it
383
- id(" io.toxicity.sqlite-mc" ) version(" 2.0.2-2.0.1 -0" )
383
+ id(" io.toxicity.sqlite-mc" ) version(" 2.0.2-2.0.2 -0" )
384
384
}
385
385
386
386
// Will automatically:
@@ -400,12 +400,12 @@ I'm guessing this is not really a factor on iOS."
400
400
//
401
401
// This is simply the desktop binary resources needed for
402
402
// JDBC to operate locally on the machine.
403
- testImplementation(" io.toxicity.sqlite-mc:android-unit-test:2.0.2-2.0.1 -0" )
403
+ testImplementation(" io.toxicity.sqlite-mc:android-unit-test:2.0.2-2.0.2 -0" )
404
404
}
405
405
```
406
406
407
407
<!-- TAG_VERSION -->
408
- [ badge-latest-release ] : https://img.shields.io/badge/latest--release-2.0.2--2.0.1 --0-blue.svg?style=flat
408
+ [ badge-latest-release ] : https://img.shields.io/badge/latest--release-2.0.2--2.0.2 --0-blue.svg?style=flat
409
409
[ badge-license ] : https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat
410
410
411
411
<!-- TAG_DEPENDENCIES -->
@@ -414,10 +414,10 @@ I'm guessing this is not really a factor on iOS."
414
414
[ badge-encoding ] : https://img.shields.io/badge/encoding-2.3.1-blue.svg?style=flat
415
415
[ badge-immutable ] : https://img.shields.io/badge/immutable-0.1.4-blue.svg?style=flat
416
416
[ badge-sqldelight ] : https://img.shields.io/badge/SQLDelight-2.0.2-blue.svg?style=flat
417
- [ badge-sqlite ] : https://img.shields.io/badge/SQLite3-3.47.2 -blue.svg?style=flat
418
- [ badge-sqlitemc ] : https://img.shields.io/badge/SQLite3MultipleCiphers-2.0.1 -blue.svg?style=flat
417
+ [ badge-sqlite ] : https://img.shields.io/badge/SQLite3-3.48.0 -blue.svg?style=flat
418
+ [ badge-sqlitemc ] : https://img.shields.io/badge/SQLite3MultipleCiphers-2.0.2 -blue.svg?style=flat
419
419
[ badge-sqliter ] : https://img.shields.io/badge/SQLiter-1.3.1-blue.svg?style=flat
420
- [ badge-sqlitejdbc ] : https://img.shields.io/badge/sqlite--jdbc-3.47.2 .0-blue.svg?style=flat
420
+ [ badge-sqlitejdbc ] : https://img.shields.io/badge/sqlite--jdbc-3.48.0 .0-blue.svg?style=flat
421
421
422
422
<!-- TAG_PLATFORMS -->
423
423
[ badge-platform-android ] : http://img.shields.io/badge/-android%20[minSdk%2021]-6EDB8D.svg?style=flat
0 commit comments