Skip to content

Commit

Permalink
Bump pcre2 version to fix pkg-config.pc
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Nov 1, 2023
1 parent c44a913 commit 586f067
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion glib2/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
implementation("com.viliussutkus89.ndk.thirdparty:libiconv${ndkVersionSuffix}-static:1.17-beta-1")
implementation("com.viliussutkus89.ndk.thirdparty:proxy-libintl${ndkVersionSuffix}-static:0.4.1")
implementation("com.viliussutkus89.ndk.thirdparty:libffi${ndkVersionSuffix}-static:3.4.4-beta-1")
implementation("com.viliussutkus89.ndk.thirdparty:pcre2${ndkVersionSuffix}-static:10.42-beta-1")
implementation("com.viliussutkus89.ndk.thirdparty:pcre2${ndkVersionSuffix}-static:10.42-beta-2")
}

ndkPorts {
Expand Down
2 changes: 1 addition & 1 deletion pcre2/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 = "10.42"

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

plugins {
id("maven-publish")
Expand Down

0 comments on commit 586f067

Please sign in to comment.