Skip to content

Commit

Permalink
[fastlane] Prepare for v3.1.0-rc02
Browse files Browse the repository at this point in the history
Signed-off-by: Muntashir Al-Islam <[email protected]>
  • Loading branch information
MuntashirAkon committed Mar 13, 2023
1 parent b015d4f commit 56aaba7
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId 'io.github.muntashirakon.AppManager'
minSdk min_sdk
targetSdk target_sdk
versionCode 420
versionName "3.1.0-rc01"
versionCode 421
versionName "3.1.0-rc02"
javaCompileOptions {
annotationProcessorOptions {
arguments = ["room.schemaLocation": "$projectDir/schemas".toString()]
Expand Down
16 changes: 16 additions & 0 deletions app/src/main/res/raw/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,22 @@

]>
<changelog>
<release
type="release candidate"
version="v3.1.0-rc02"
code="421"
date="13 March 2023">
<improve>Added workarounds for permission denied issues in MIUI 12.5 and later</improve>
<note subtext="true">The workaround may not always work as expected and require more testing.</note>

<fix>Fixed checking for permission limits in ADB mode</fix>
<fix>Fixed connecting to ADB immediately after pairing</fix>
<fix>Fixed issues with setting a custom SSAID</fix>
<fix>Fixed permission toggles in the uses permissions tab</fix>
<fix>Fixed the startup progress dialog from displaying indefinitely</fix>
<fix>Prevented the app from crashing on attempting to grant GET_APP_OPS_STATS permission</fix>
<fix>Prevented the installer from crashing if the activity Intent can't be opened</fix>
</release>
<release
type="release candidate"
version="v3.1.0-rc01"
Expand Down
3 changes: 0 additions & 3 deletions fastlane/metadata/android/en-US/changelogs/406.txt

This file was deleted.

8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/421.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- Added workarounds for permission denied issues in MIUI 12.5 and later
- Fixed checking for permission limits in ADB mode
- Fixed connecting to ADB immediately after pairing
- Fixed issues with setting a custom SSAID
- Fixed permission toggles in the uses permissions tab
- Fixed the startup progress dialog from displaying indefinitely
- Prevented the app from crashing on attempting to grant GET_APP_OPS_STATS permission
- Prevented the installer from crashing if the activity Intent can't be opened.

0 comments on commit 56aaba7

Please sign in to comment.