Skip to content

Commit 1d66d87

Browse files
committed
Move Kotlin library to its own repo (firechip/cobs_codec_kt)
The pure-Kotlin Android COBS library now lives standalone at https://github.com/firechip/cobs_codec_kt with its own releases and CI. Removes the duplicated cobs_codec_kt/ subproject, the release-aar workflow, and the .pubignore entry that excluded it. This keeps this repository focused on the Dart package. Signed-off-by: Alexander Salas Bastidas <ajsb85@firechip.dev>
1 parent 0902240 commit 1d66d87

22 files changed

Lines changed: 0 additions & 1385 deletions

.github/workflows/release-aar.yml

Lines changed: 0 additions & 56 deletions
This file was deleted.

.pubignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

cobs_codec_kt/.gitignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

cobs_codec_kt/README.md

Lines changed: 0 additions & 74 deletions
This file was deleted.

cobs_codec_kt/build.gradle.kts

Lines changed: 0 additions & 4 deletions
This file was deleted.

cobs_codec_kt/cobs/build.gradle.kts

Lines changed: 0 additions & 42 deletions
This file was deleted.

cobs_codec_kt/cobs/src/main/AndroidManifest.xml

Lines changed: 0 additions & 2 deletions
This file was deleted.

cobs_codec_kt/cobs/src/main/kotlin/dev/firechip/cobs/Cobs.kt

Lines changed: 0 additions & 119 deletions
This file was deleted.

cobs_codec_kt/cobs/src/main/kotlin/dev/firechip/cobs/CobsDecodeException.kt

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)