Update minor version and runelite version

This commit is contained in:
Patrick
2022-07-11 18:09:16 +04:00
parent fbd80428b0
commit 6d4804ce8f

View File

@@ -10,7 +10,7 @@ repositories {
mavenCentral()
}
def runeLiteVersion = '1.8.24.3'
def runeLiteVersion = '1.8.26'
dependencies {
compileOnly group: 'net.runelite', name:'client', version: runeLiteVersion
@@ -24,7 +24,7 @@ dependencies {
}
group = 'com.toofifty'
version = '1.0.4'
version = '1.0.5'
sourceCompatibility = '1.8'
tasks.withType(JavaCompile) {