Skip to content

Commit

Permalink
fix Android version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tildearrow committed Aug 29, 2024
1 parent ed79399 commit 08143a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.tildearrow.furnace"
android:versionCode="217"
android:versionCode="219"
android:versionName="0.6.7"
android:installLocation="auto">

Expand Down

0 comments on commit 08143a5

Please sign in to comment.