Skip to content

Commit

Permalink
[fastlane] Prepare for v3.0.0-alpha02
Browse files Browse the repository at this point in the history
Signed-off-by: Muntashir Al-Islam <[email protected]>
  • Loading branch information
MuntashirAkon committed Apr 2, 2022
1 parent be28b8b commit a3bd520
Show file tree
Hide file tree
Showing 4 changed files with 10 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 @@ -11,8 +11,8 @@ android {
applicationId 'io.github.muntashirakon.AppManager'
minSdkVersion rootProject.ext.minSdk
targetSdkVersion rootProject.ext.targetSdk
versionCode 400
versionName "3.0.0-alpha01"
versionCode 401
versionName "3.0.0-alpha02"
javaCompileOptions {
annotationProcessorOptions {
arguments = ["room.schemaLocation": "$projectDir/schemas".toString()]
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/assets/changelog.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<!-- SPDX-License-Identifier: GPL-3.0-or-later -->

<h5>v3.0.0-alpha02 (401) alpha release:</h5>
See full list of changes: https://github.com/MuntashirAkon/AppManager/compare/v3.0.0-alpha01...v3.0.0-alpha02<br>

<h5>v3.0.0-alpha01 (400) alpha release:</h5>
See full list of changes: https://github.com/MuntashirAkon/AppManager/compare/c504b30...9821bc24<br>

Expand Down
5 changes: 0 additions & 5 deletions fastlane/metadata/android/en-US/changelogs/375.txt

This file was deleted.

5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/401.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
You have to restart your device after updating the app.

Full list of changes: https://github.com/MuntashirAkon/AppManager/compare/v3.0.0-alpha01...v3.0.0-alpha02

We're running a funding campaign for App Manager for a limited period. Visit https://opencollective.com/app-manager to learn more.

0 comments on commit a3bd520

Please sign in to comment.