Skip to content

Commit 0175ba2

Browse files
committed
Update build.gradle
rollback to gson v2.9.1 due to a crash when loading GLTF model
1 parent f278501 commit 0175ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jme3-plugins-json-gson/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ sourceSets {
1111
dependencies {
1212

1313
api project(':jme3-plugins-json')
14-
api 'com.google.code.gson:gson:2.10.1'
14+
api 'com.google.code.gson:gson:2.9.1'
1515

1616
}

0 commit comments

Comments
 (0)