2
0
Fork 0
mirror of https://github.com/ethauvin/rife2-hello.git synced 2025-04-25 23:37:12 -07:00

Updated to RIFE2 1.4.0

This commit is contained in:
Geert Bevin 2023-03-04 10:21:35 -05:00
parent a54ab9b23e
commit d3dedfe189

View file

@ -27,7 +27,7 @@ repositories {
rife2 {
mainClass.set("hello.App")
version.set("1.3.0")
version.set("1.4.0")
useAgent.set(true)
}