Skip to content

v0.0.13

Choose a tag to compare

@github-actions github-actions released this 22 Jul 07:20
1fb2484

What's Changed

Full Changelog: v0.0.12...v0.0.13

📱 iOS — PoDoFo.xcframework

SHA256: c5d70faf75ec4436ccd0a30afda3d655f4c46c39904ddfa88f51b1a8d672b2a9

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.13")

🤖 Android (Gradle)

Published to Maven Central:

repositories {
    mavenCentral()
}

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