Update Dependencies.kt

This commit is contained in:
Owain van Brakel
2019-11-01 08:54:50 +01:00
committed by GitHub
parent f00ccfaf26
commit 047f5fe371

View File

@@ -26,7 +26,7 @@
const val kotlinVersion = "1.3.50"
object ProjectVersions {
const val launcherVersion = "2.0.3"
const val launcherVersion = "2.0.4"
const val rlVersion = "1.5.39-SNAPSHOT"
const val openosrsVersion = "2.1.9.0"
@@ -190,4 +190,4 @@ object Libraries {
const val substance = "net.runelite.pushingpixels:substance:${Versions.substance}"
const val trident = "net.runelite.pushingpixels:trident:${Versions.trident}"
const val vanilla = "net.runelite.rs:vanilla:${ProjectVersions.rsversion}"
}
}