Skip to content

Commit

Permalink
revert jme to 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scenemax3d committed Jul 24, 2024
1 parent a9a3a59 commit 0b6ddbd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,19 @@ dependencies {

implementation("com.google.guava:guava:30.1.1-android")
implementation 'com.jmedeisis:bugstick:0.2.2'
implementation "org.jmonkeyengine:jme3-core:3.6.1-stable"
implementation "org.jmonkeyengine:jme3-effects:3.6.1-stable"
implementation "org.jmonkeyengine:jme3-android-native:3.6.1-stable"
implementation "org.jmonkeyengine:jme3-core:3.5.2-stable"
implementation "org.jmonkeyengine:jme3-effects:3.5.2-stable"
implementation "org.jmonkeyengine:jme3-android-native:3.5.2-stable"
implementation 'com.github.stephengold:SkyControl:1.0.2'
implementation group: 'commons-io', name: 'commons-io', version: '2.0.1'
implementation 'org.apache.commons:commons-compress:1.21'
implementation 'com.github.stephengold:MaVehicles:0.7.0'
implementation "com.github.stephengold:Minie:8.0.0"
implementation "com.github.stephengold:Minie:5.0.0"
implementation 'com.github.stephengold:Garrett:0.4.0'
implementation "org.antlr:antlr4-runtime:4.5.3"

api 'com.simsilica:sim-math:1.5.0'
api 'org.jmonkeyengine:jme3-terrain:3.6.1-stable'
api 'org.jmonkeyengine:jme3-terrain:3.5.2-stable'
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'com.google.android.material:material:1.4.0'
implementation fileTree(dir: 'libs', include: ['*.aar', '*.jar'], exclude: [])
Expand Down

0 comments on commit 0b6ddbd

Please sign in to comment.