Skip to content

Commit

Permalink
Update according to upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
levinli303 committed Sep 27, 2023
1 parent 938f38b commit 917b78f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Celestia/src/main/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ list(APPEND CELESTIA_SOURCES
${CELESTIA_SRC_DIR}/celmodel/modelfile.cpp
${CELESTIA_SRC_DIR}/celmodel/modelfile.h
${CELESTIA_SRC_DIR}/celmodel/model.h
${CELESTIA_SRC_DIR}/celmodel/tangents.cpp
)

list(APPEND CELESTIA_SOURCES
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:installLocation="auto"
android:versionCode="426"
android:versionCode="427"
android:versionName="1.5.28">

<uses-feature android:name="android.hardware.type.pc" android:required="false" />
Expand Down

0 comments on commit 917b78f

Please sign in to comment.