Skip to content

Commit

Permalink
Merge pull request #36 from dozingcat/box2d-update-1.9.10
Browse files Browse the repository at this point in the history
Update gdx and box2d to 1.9.10
  • Loading branch information
dozingcat authored Feb 9, 2020
2 parents 9a36606 + 87729e6 commit 7484f8b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/app.iml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
</content>
<orderEntry type="jdk" jdkName="Android API 29 Platform" jdkType="Android SDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Gradle: __local_aars__:/home/brian/programs/Vector-Pinball/app/libs/gdx-box2d-1.9.9.jar:unspecified@jar" level="project" />
<orderEntry type="library" name="Gradle: __local_aars__:/home/brian/programs/Vector-Pinball/app/libs/gdx-1.9.9.jar:unspecified@jar" level="project" />
<orderEntry type="library" name="Gradle: __local_aars__:/home/brian/programs/Vector-Pinball/app/libs/gdx-box2d-1.9.10.jar:unspecified@jar" level="project" />
<orderEntry type="library" name="Gradle: __local_aars__:/home/brian/programs/Vector-Pinball/app/libs/gdx-1.9.10.jar:unspecified@jar" level="project" />
</component>
</module>
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ android {

// jars and native libraries retrieved from https://oss.sonatype.org/content/repositories/releases/com/badlogicgames/gdx/
dependencies {
implementation files('libs/gdx-box2d-1.9.9.jar')
implementation files('libs/gdx-1.9.9.jar')
implementation files('libs/gdx-box2d-1.9.10.jar')
implementation files('libs/gdx-1.9.10.jar')
}
Binary file renamed app/libs/gdx-1.9.9.jar → app/libs/gdx-1.9.10.jar
Binary file not shown.
Binary file not shown.

0 comments on commit 7484f8b

Please sign in to comment.