Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
msx80 committed Sep 30, 2024
1 parent 90631e6 commit 845d6ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion desktop-mvn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<groupId>com.github.msx80.omicron</groupId>
<artifactId>desktop-wrapper</artifactId>
<version>1.0.0</version>

<properties>

<!-- This is the omicron cartridge to be package as an Android app. You can pass the properties as arguments to mvn with -D -->
Expand All @@ -18,7 +19,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<gdx.version>1.12.1</gdx.version>
<omicron.engine.version>0.0.7</omicron.engine.version>
<omicron.engine.version>0.0.9</omicron.engine.version>
</properties>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion omicron-player/android-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.msx80.omicron</groupId>
<artifactId>omicron-parent</artifactId>
<version>0.0.8</version>
<version>0.0.9</version>
</parent>

<artifactId>android-lib</artifactId>
Expand Down

0 comments on commit 845d6ca

Please sign in to comment.