Skip to content

Commit

Permalink
bump libxml and dependents versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Nov 13, 2023
1 parent efb4541 commit 72c521f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions fontforge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ val portVersion = when(project.findProperty("packageVersion")) {
"20170731"
}
"20200314" -> {
version = "20200314-beta-2"
version = "20200314-beta-3"
"20200314"
}
else /* "20230101" */ -> {
version = "20230101-beta-2"
version = "20230101-beta-3"
"20230101"
}
}
Expand Down Expand Up @@ -47,7 +47,7 @@ dependencies {
implementation("com.viliussutkus89.ndk.thirdparty:libtool${ndkVersionSuffix}-static:2.4.6-beta-2")
implementation("com.viliussutkus89.ndk.thirdparty:libpng${ndkVersionSuffix}-static:1.6.40-beta-5")
implementation("com.viliussutkus89.ndk.thirdparty:libuninameslist${ndkVersionSuffix}-static:20230916-beta-2")
implementation("com.viliussutkus89.ndk.thirdparty:libxml2${ndkVersionSuffix}-static:2.11.5-beta-2")
implementation("com.viliussutkus89.ndk.thirdparty:libxml2${ndkVersionSuffix}-static:2.11.5-beta-3")
implementation("com.viliussutkus89.ndk.thirdparty:spiro${ndkVersionSuffix}-static:20221101-beta-2")

if (minSupportedSdk >= 21)
Expand Down
2 changes: 1 addition & 1 deletion libxml2/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import org.gradle.jvm.tasks.Jar
val portVersion = "2.11.5"

group = rootProject.group
version = "${portVersion}-beta-2"
version = "${portVersion}-beta-3"

plugins {
id("maven-publish")
Expand Down
2 changes: 1 addition & 1 deletion pdf2htmlEX/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
implementation("com.viliussutkus89.ndk.thirdparty:poppler${ndkVersionSuffix}-static:0.81.0-beta-2")
}
"0.18.8.rc1" -> {
implementation("com.viliussutkus89.ndk.thirdparty:fontforge${ndkVersionSuffix}-static:20200314-beta-2")
implementation("com.viliussutkus89.ndk.thirdparty:fontforge${ndkVersionSuffix}-static:20200314-beta-3")
implementation("com.viliussutkus89.ndk.thirdparty:poppler${ndkVersionSuffix}-static:0.89.0-beta-2")
}
}
Expand Down

0 comments on commit 72c521f

Please sign in to comment.