Skip to content

v0.0.14

Choose a tag to compare

@github-actions github-actions released this 22 Jul 08:37

Full Changelog: v0.0.13...v0.0.14

πŸ“± iOS β€” PoDoFo.xcframework

SHA256: caba1d5805898223528940ab4711593258e491d88a9088a2b0473057c074ae39

Via Swift Package Manager (root Package.swift is updated by this release to point at this asset):

.package(url: "https://github.com/Doko-Demo-Doa/podofo", from: "0.0.14")

πŸ€– Android (Gradle)

Published to Maven Central:

repositories {
    mavenCentral()
}

dependencies {
    implementation("io.github.doko-demo-doa:podofo-android:0.0.14")
}