From a4adb099f8cc2c57d4cc6ff9dfe9a58023aca07c Mon Sep 17 00:00:00 2001 From: checkupdates bot <11877147-checkupdates-bot@users.noreply.gitlab.com> Date: Fri, 7 Nov 2025 04:03:29 +0000 Subject: [PATCH] Update NextPush to 2.3.4 (44) --- .../org.unifiedpush.distributor.nextpush.yml | 20 +++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/metadata/org.unifiedpush.distributor.nextpush.yml b/metadata/org.unifiedpush.distributor.nextpush.yml index 7cfd5194b3..54a1b4956d 100644 --- a/metadata/org.unifiedpush.distributor.nextpush.yml +++ b/metadata/org.unifiedpush.distributor.nextpush.yml @@ -353,7 +353,23 @@ Builds: - cd $$p1gp1g-okhttp$$/okhttp-sse - gradle publishToMavenLocal + - versionName: 2.3.4 + versionCode: 44 + commit: 7af19c60f88746877210db40e7c6e1c4b9bacb5e + subdir: app + gradle: + - yes + srclibs: + - p1gp1g-okhttp@32092418b1a782cd1b5fbc4dfc6311a7ef3a0924 + prebuild: + - sed -i -e 's/codeberg.org.*"/maven.google.com"/' -e '/repositories {/a mavenLocal()' + ../settings.gradle.kts + - sed -i -e 's/8.13.0/8.11.1/' ../gradle/libs.versions.toml ../buildSrc/build.gradle.kts + build: + - cd $$p1gp1g-okhttp$$/okhttp-sse + - gradle publishToMavenLocal + AutoUpdateMode: Version UpdateCheckMode: Tags ^[\d.]+$ -CurrentVersion: 2.3.3 -CurrentVersionCode: 43 +CurrentVersion: 2.3.4 +CurrentVersionCode: 44