2
0
Fork 0
mirror of https://github.com/ethauvin/rife2-hello.git synced 2025-04-24 15:07:11 -07:00

Updated to RIFE 1.7.2

This commit is contained in:
Geert Bevin 2023-10-10 17:31:40 -04:00
parent a13543ff87
commit 7738c5c526
2 changed files with 3 additions and 3 deletions

View file

@ -127,7 +127,7 @@ Alternatively, you can run the native executable directly with:
Thanks for using RIFE2! Thanks for using RIFE2!
If you have any questions, suggestions, ideas or just want to chat, feel free 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 me on [Discord](https://discord.gg/DZRYPtkb6J) or to connect with me on
[Mastodon](https://uwyn.net/@gbevin). [Mastodon](https://uwyn.net/@gbevin).

View file

@ -13,7 +13,7 @@ version = 1.0
group = "com.example" group = "com.example"
rife2 { rife2 {
version.set("1.7.0") version.set("1.7.2")
uberMainClass.set("hello.AppSiteUber") uberMainClass.set("hello.AppSiteUber")
useAgent.set(true) useAgent.set(true)
precompiledTemplateTypes.add(HTML) precompiledTemplateTypes.add(HTML)
@ -36,7 +36,7 @@ repositories {
} }
dependencies { dependencies {
testImplementation("org.jsoup:jsoup:1.15.4") testImplementation("org.jsoup:jsoup:1.16.1")
testImplementation("org.junit.jupiter:junit-jupiter:5.9.2") testImplementation("org.junit.jupiter:junit-jupiter:5.9.2")
} }