From 7738c5c526f2c26ecbad1a90094cd581ad79f286 Mon Sep 17 00:00:00 2001 From: Geert Bevin Date: Tue, 10 Oct 2023 17:31:40 -0400 Subject: [PATCH] Updated to RIFE 1.7.2 --- README.md | 2 +- app/build.gradle.kts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5cb0bd8..c659795 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ Alternatively, you can run the native executable directly with: Thanks for using RIFE2! If you have any questions, suggestions, ideas or just want to chat, feel free -to post on the [forums](https://github.com/rife2/rife2/discussions), to join +to post on the [forums](https://forum.uwyn.com), to join me on [Discord](https://discord.gg/DZRYPtkb6J) or to connect with me on [Mastodon](https://uwyn.net/@gbevin). diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7082bac..f161e0d 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -13,7 +13,7 @@ version = 1.0 group = "com.example" rife2 { - version.set("1.7.0") + version.set("1.7.2") uberMainClass.set("hello.AppSiteUber") useAgent.set(true) precompiledTemplateTypes.add(HTML) @@ -36,7 +36,7 @@ repositories { } dependencies { - testImplementation("org.jsoup:jsoup:1.15.4") + testImplementation("org.jsoup:jsoup:1.16.1") testImplementation("org.junit.jupiter:junit-jupiter:5.9.2") }