Skip to content

Commit

Permalink
Prepare for v3.0-rc01
Browse files Browse the repository at this point in the history
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
  • Loading branch information
MuntashirAkon committed Mar 9, 2024
1 parent 9582528 commit 530405f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
minSdk 21
//noinspection ExpiredTargetSdkVersion
targetSdk 22
versionCode 8
versionName "2.3"
versionCode 9
versionName "3.0-rc01"
resConfig "en"
}

Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/9.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[This is a release candidate]
- Added option to modify settings after a reboot
- Added option to create shortcuts to quickly modify settings
- Use root to modify settings if available
- Allow modifying android properties via Magisk resetprop command
- Grant necessary permissions automatically using root
and various other fixes and improvements.

0 comments on commit 530405f

Please sign in to comment.