Skip to content

Commit

Permalink
[fastlane] Prepare for v3.1.6
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 Apr 21, 2024
1 parent 632e9f5 commit 5db816e
Show file tree
Hide file tree
Showing 3 changed files with 19 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 @@ -14,8 +14,8 @@ android {
applicationId 'io.github.muntashirakon.AppManager'
minSdk min_sdk
targetSdk target_sdk
versionCode 428
versionName "3.1.5"
versionCode 429
versionName "3.1.6"
javaCompileOptions {
annotationProcessorOptions {
arguments = ["room.schemaLocation": "$projectDir/schemas".toString()]
Expand Down
15 changes: 15 additions & 0 deletions app/src/main/res/raw/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
<?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.6"
code="429"
date="21 April 2024">
<note>
Funding campaign dates have been updated as this is going to be the last campaign in
many years.
</note>
<fix title="Security">Update vulnerable dependencies</fix>
<note>
[br /][b]Full list of changes:[/b] [a
href="https://github.com/MuntashirAkon/AppManager/compare/v3.1.5...v3.1.6"]v3.1.5...v3.1.6[/a]
</note>
</release>
<release
type="stable release"
version="v3.1.5"
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/429.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Funding campaign dates have been updated as this is going to be the last campaign in many years.
- [Security] Update vulnerable dependencies.

0 comments on commit 5db816e

Please sign in to comment.