Skip to content

Commit

Permalink
Changelog + android manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
BleuBleu committed Dec 17, 2022
1 parent 177f37f commit 8a786da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Docs/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Changes/Fixes:
* Fixed various issues with dropdown list scrollbars
* Fixed crash when exporting video with lots of channels
* Fixed releases for VRC7 and EPSM
* Fixed multiple inconsistencies in the register viewer (Thanks Alex!)
* Fixed multiple inconsistencies and improved the register viewer (Thanks alexmush!)

Sound Engine changes/fixes:

Expand Down
2 changes: 1 addition & 1 deletion FamiStudio/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="24" android:versionName="4.0.5" package="org.famistudio" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="25" android:versionName="4.0.5" package="org.famistudio" android:installLocation="auto">
<uses-sdk android:minSdkVersion="26" android:targetSdkVersion="30" />
<uses-permission android:name="android.permission.VIBRATE" />
<application android:allowBackup="true" android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme">
Expand Down

0 comments on commit 8a786da

Please sign in to comment.