Skip to content

Commit

Permalink
[fastlane] Prepare for v3.1.5
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 19, 2024
1 parent c7b93eb commit 3a81c4b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId 'io.github.muntashirakon.AppManager'
minSdk min_sdk
targetSdk target_sdk
versionCode 427
versionName "3.1.4"
versionCode 428
versionName "3.1.5"
javaCompileOptions {
annotationProcessorOptions {
arguments = ["room.schemaLocation": "$projectDir/schemas".toString()]
Expand Down
14 changes: 14 additions & 0 deletions app/src/main/res/raw/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><!DOCTYPE changelog SYSTEM "https://raw.githubusercontent.com/MuntashirAkon/AppManager/master/schema/changlelog.dtd">
<changelog>
<release
type="stable release"
version="v3.1.5"
code="428"
date="19 March 2024">
<improve>Check if the selected item is a directory before importing backups</improve>
<fix>Fixed disabling components in Android 14</fix>
<fix>Fixed retrieving and updating permission flags in Android 12 onwards</fix>
<fix>Prevented the Log Viewer page from crashing on device configuration changes</fix>
<note>
[br /][b]Full list of changes:[/b] [a
href="https://github.com/MuntashirAkon/AppManager/compare/v3.1.4...v3.1.5"]v3.1.4...v3.1.5[/a]
</note>
</release>
<release
type="stable release"
version="v3.1.4"
Expand Down
5 changes: 0 additions & 5 deletions fastlane/metadata/android/en-US/changelogs/420.txt

This file was deleted.

4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/428.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Check if the selected item is a directory before importing backups
- Fixed disabling components in Android 14
- Fixed retrieving and updating permission flags in Android 12 onwards
- Prevented the Log Viewer page from crashing on device configuration changes

0 comments on commit 3a81c4b

Please sign in to comment.