Skip to content

Commit 36dbe99

Browse files
authored
Upgrade jME to v3.8.1-stable
1 parent d2a4082 commit 36dbe99

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ java {
99
}
1010

1111
project.ext {
12-
jmeVersion = '3.7.0-stable'
12+
jmeVersion = '3.8.1-stable'
1313
}
1414

1515
tasks.withType(JavaCompile).configureEach { // Java compile-time options:
@@ -94,3 +94,4 @@ tasks.register('cleanLogs', Delete) { // JVM crash logs
9494
tasks.register('cleanSOs', Delete) { // extracted Linux and Android native libraries
9595
delete fileTree(dir: '.', include: '*.so')
9696
}
97+

0 commit comments

Comments
 (0)