Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit bcfd8ae

Browse files
committed
0.4.0 Release
1 parent a5d0c22 commit bcfd8ae

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

DEVELOPERS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ Note²: For `minMagisk`, `XX.Y` is parsed as `XXY00`, so you can just put the Ma
6060
- `support` support link to direct users when they need support for you modules
6161
- `donate` donate link to direct users to where they can financially support your project
6262
- `config` package name of the application that configure your module
63-
(Note: The icon won't appear in the module list if the module and target app is not installed)
63+
(Note: The icon won't appear in the module list if the module or target app is not installed)
6464

6565
Note: Fox's Mmm use fallback
66-
[here](app/src/main/java/com/fox2code/mmm/utils/PropUtils.java#L21)
66+
[here](app/src/main/java/com/fox2code/mmm/utils/PropUtils.java#L36)
6767
for some modules
6868
Theses values are only used if not defined in the `module.prop` files
6969
So the original module maker can still override them
@@ -87,8 +87,8 @@ Commands:
8787
- `clearTerminal`: Clear the terminal of any text, making it empty
8888
- `scrollUp`: Scroll up at the top of the terminal
8989
- `scrollDown`: Scroll down at the bottom of the terminal
90-
- `showLoading <max>`: Show an indeterminate progress bar
91-
(Note: Status bar is indeterminate if 0 is provided)
90+
- `showLoading <max>`: Show a progress bar with `<max>` as max value
91+
(Note: Status bar is indeterminate if nothing or 0 is provided)
9292
- `setLoading <progress>`: Set loading progress if the bar is not indeterminate.
9393
- `hideLoading`: Hide the indeterminate progress bar if previously shown
9494
- `setSupportLink <url>`: Set support link to show when the install finish

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "com.fox2code.mmm"
1111
minSdk 21
1212
targetSdk 32
13-
versionCode 34
14-
versionName "0.4.0-rc3"
13+
versionCode 35
14+
versionName "0.4.0"
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}

0 commit comments

Comments
 (0)