Skip to content

Commit

Permalink
new release (v4.15)
Browse files Browse the repository at this point in the history
  • Loading branch information
wmartinmimi committed Mar 25, 2024
1 parent 2ada8fd commit 3141527
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ Location of website:

## Latest Versions

- v4.15
- Fixed copying pasting not working properly in some cases
- Fixed having grey area in cursors on some text inputs
- Shrunk size
- Reworded notification

- v4.14
- Fixed filter bug causing crash on startup
- Fixed file not opening on some apps (missing metadata)
Expand Down Expand Up @@ -146,7 +152,7 @@ Official Website at [https://martinmimigames.github.io](https://martinmimigames.

### Last update of README

Date : 28-11-2023 dd-mm-yyyy
Date : 2024-03-25 yyyy-mm-dd

### Important

Expand Down
6 changes: 3 additions & 3 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:a="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.martinmimigames.simplefileexplorer"
a:versionCode="16"
a:versionName="4.14">
a:versionCode="17"
a:versionName="4.15">

<uses-permission a:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission a:name="android.permission.READ_EXTERNAL_STORAGE" />
Expand Down Expand Up @@ -45,4 +45,4 @@
</activity>

</application>
</manifest>
</manifest>
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/17.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Fixed copying pasting not working properly in some cases
- Fixed having grey area in cursors on some text inputs
- Shrunk size
- Reworded notification

0 comments on commit 3141527

Please sign in to comment.