Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
rollback to gson v2.9.1 due to a crash when loading GLTF model
  • Loading branch information
scenemax3d authored Mar 13, 2024
1 parent ea715d8 commit 8a71dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jme3-plugins-json-gson/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ sourceSets {
dependencies {

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

}

0 comments on commit 8a71dce

Please sign in to comment.