Skip to content

Commit

Permalink
#5: 3.0 (See changelog.md for details)
Browse files Browse the repository at this point in the history
  • Loading branch information
whitestone8214 committed May 19, 2022
1 parent 38e9302 commit 9888de2
Show file tree
Hide file tree
Showing 4 changed files with 175 additions and 531 deletions.
2 changes: 1 addition & 1 deletion 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" package="whitestone8214.frontend.minif" android:versionName="2.0">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="whitestone8214.frontend.minif" android:versionName="3.0">
<uses-sdk android:minSdkVersion="25" android:targetSdkVersion="29" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 3.0 (2022/05/19)

1. Rearranged the toolbar and buttons for app
2. Now "About" shows dialog

## 2.0 (2022/03/30)

1. Now Mini F stores list as files in /sdcard/Android/data/whitestone8214.frontend.minif/files/catalogue
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mini F
Tiny F-Droid client\
Version 2.0
Version 3.0

## How to build

Expand Down
Loading

0 comments on commit 9888de2

Please sign in to comment.