Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
levinli303 committed Aug 9, 2023
1 parent 34e3efa commit de7744a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:installLocation="auto"
android:versionCode="402"
android:versionName="1.5.25">
android:versionCode="404"
android:versionName="1.5.26">

<uses-feature android:name="android.hardware.type.pc" android:required="false" />
<uses-feature android:glEsVersion="0x00020000" android:required="true" />
Expand Down
7 changes: 6 additions & 1 deletion jobs/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- checkout: Celestia
fetchDepth: 0
- checkout: CelestiaContent
fetchDepth: 1
fetchDepth: 0
- checkout: CelestiaLocalization
fetchDepth: 0
- checkout: self
Expand Down Expand Up @@ -48,6 +48,11 @@ jobs:
displayName: 'Checkout Branch (PR)'
condition: eq( variables['Build.Reason'], 'PullRequest' )
- script: |
cd CelestiaContent
git checkout 604e02d462a4db4b31a43f0c98e04f57d996c6d5
displayName: 'Checkout Content'
- script: |
cd AndroidCelestia
git config --global user.email "[email protected]"
Expand Down

0 comments on commit de7744a

Please sign in to comment.