Skip to content

Commit

Permalink
[fastlane] Prepare for v3.1.0-rc03
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 21, 2023
1 parent 90960b6 commit ceb97a8
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 13 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 421
versionName "3.1.0-rc02"
versionCode 422
versionName "3.1.0-rc03"
javaCompileOptions {
annotationProcessorOptions {
arguments = ["room.schemaLocation": "$projectDir/schemas".toString()]
Expand Down
21 changes: 21 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,23 @@

]>
<changelog>
<release
type="release candidate"
version="v3.1.0-rc03"
code="422"
date="21 March 2023">
<improve>Display app distribution source if available in the signatures tab</improve>
<note subtext="true">Currently, the only known source is Google Play.</note>

<fix>Re-enabled searching in the permissions tabs</fix>
<fix>Prevented a crash in the log viewer page</fix>
<fix>Fixed extracting backups if the directory to be created already exists</fix>
<fix>Fixed applying custom language and appearance in Android 9 and earlier.</fix>
<note>
[br /][b]Full list of changes:[/b] [a
href="https://github.com/MuntashirAkon/AppManager/compare/v3.1.0-rc02...v3.1.0-rc03"]v3.1.0-rc02...v3.1.0-rc03[/a]
</note>
</release>
<release
type="release candidate"
version="v3.1.0-rc02"
Expand All @@ -31,6 +48,10 @@
<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>
<note>
[br /][b]Full list of changes:[/b] [a
href="https://github.com/MuntashirAkon/AppManager/compare/v3.1.0-rc01...v3.1.0-rc02"]v3.1.0-rc01...v3.1.0-rc02[/a]
</note>
</release>
<release
type="release candidate"
Expand Down
11 changes: 0 additions & 11 deletions fastlane/metadata/android/en-US/changelogs/410.txt

This file was deleted.

5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/422.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Display app distribution source if available in the signatures tab
- Re-enabled searching in the permissions tabs
- Prevented a crash in the log viewer page
- Fixed extracting backups if the directory to be created already exists
- Fixed applying custom language and appearance in Android 9 and earlier.

0 comments on commit ceb97a8

Please sign in to comment.