Skip to content

Commit

Permalink
Bump version before release
Browse files Browse the repository at this point in the history
  • Loading branch information
zoey jodon committed Oct 17, 2023
1 parent 5cf7e6b commit 414de9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="12" package="com.jodonlucas.softwing" android:installLocation="preferExternal" android:versionName="3.0.3">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="13" package="com.jodonlucas.softwing" android:installLocation="preferExternal" android:versionName="4.0.0">
<uses-sdk android:minSdkVersion="29" android:targetSdkVersion="33" />
<application android:resizeableActivity="true" android:supportsPictureInPicture="true" android:requestLegacyExternalStorage="true" android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:supportsRtl="true" android:theme="@style/AppTheme">
<meta-data android:name="com.lge.special_display" android:value="true" />
Expand Down

0 comments on commit 414de9a

Please sign in to comment.