Skip to content

Commit

Permalink
Incrase build version code for android 64 bit
Browse files Browse the repository at this point in the history
  • Loading branch information
leinir committed Jan 8, 2024
1 parent 90f3f20 commit 996653d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="35" package="org.thetailcompany.digitail" android:installLocation="auto" android:versionCode="64">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="35" package="org.thetailcompany.digitail" android:installLocation="auto" android:versionCode="65">
<application android:name="org.qtproject.qt5.android.bindings.QtApplication"
android:label="Crumpet"
android:icon="@mipmap/ic_launcher">
Expand Down

0 comments on commit 996653d

Please sign in to comment.