diff --git a/app/build.gradle b/app/build.gradle index a17b56273f0aaee032b4bf284ae253044e1f247c..a868c68cb3fce23799a1ebe0066c73c7ccb161d1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId 'io.github.muntashirakon.AppManager' minSdkVersion rootProject.ext.minSdk targetSdkVersion rootProject.ext.targetSdk - versionCode 412 - versionName "3.0.1" + versionCode 413 + versionName "3.0.2" javaCompileOptions { annotationProcessorOptions { arguments = ["room.schemaLocation": "$projectDir/schemas".toString()] diff --git a/app/src/main/res/raw/changelog.xml b/app/src/main/res/raw/changelog.xml index bc8de3afeb13669bf97815596e5ee9eac16482e3..245a0b1ab133c8fef98e597b2a2027c9f54a8004 100644 --- a/app/src/main/res/raw/changelog.xml +++ b/app/src/main/res/raw/changelog.xml @@ -16,6 +16,21 @@ ]> <changelog> + <release + type="stable release" + version="v3.0.2" + code="413" + date="20 September 2022"> + <improve>Removed dark theme hacks for the WebView in the help page</improve> + <fix>Fixed loading dynamic colours in the splash screen</fix> + <fix>Fixed shortcut creation issues in some launchers</fix> + <fix>Prevented a crash in the ADB mode which used to occur on attempting to fetch application data size</fix> + <fix>Prevented a nasty crash used to occur when an activity is needed to be recreated</fix> + <note> + [br /][b]Full list of changes:[/b] [a + href="https://github.com/MuntashirAkon/AppManager/compare/v3.0.1...v3.0.2"]v3.0.1...v3.0.2[/a] + </note> + </release> <release type="stable release" version="v3.0.1" diff --git a/fastlane/metadata/android/en-US/changelogs/401.txt b/fastlane/metadata/android/en-US/changelogs/401.txt deleted file mode 100644 index 7b5db8cba68e9f7632f97155ed3a6df88198d01d..0000000000000000000000000000000000000000 --- a/fastlane/metadata/android/en-US/changelogs/401.txt +++ /dev/null @@ -1,5 +0,0 @@ -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. diff --git a/fastlane/metadata/android/en-US/changelogs/413.txt b/fastlane/metadata/android/en-US/changelogs/413.txt new file mode 100644 index 0000000000000000000000000000000000000000..2858ea376a45183251282e4643aa14a93d0e8dbf --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/413.txt @@ -0,0 +1,7 @@ +This release contains a number of bug fixes. + +- Removed dark theme hacks for the WebView in the help page +- Fixed loading dynamic colours in the splash screen +- Fixed shortcut creation issues in some launchers +- Prevented a crash in the ADB mode which used to occur on attempting to fetch application data size +- Prevented a nasty crash used to occur when an activity is needed to be recreated. \ No newline at end of file