From 7b6279a2fac2a9859a5ba5e6d3000b4f3b37462f Mon Sep 17 00:00:00 2001 From: Siavash Date: Wed, 3 May 2023 10:41:26 +0330 Subject: [PATCH] v2.8.0 preparation --- .github/workflowFiles/FutureChanageLog.md | 10 +++++----- .github/workflowFiles/ReleaseNotesTemplate.md | 4 +++- app/build.gradle | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflowFiles/FutureChanageLog.md b/.github/workflowFiles/FutureChanageLog.md index 0937b4170..8243612f4 100644 --- a/.github/workflowFiles/FutureChanageLog.md +++ b/.github/workflowFiles/FutureChanageLog.md @@ -1,7 +1,7 @@ -Compatible with Android 13 QPR2 (March 2023 feature drop) +Compatible with Android 13 QPR1, 2 & 3 releases (Android 13 feature drops) -- Fixed brightness sliders' animation -- Fixed battery icon not appearing after startup in certain conditions -- Added French translation +- Refreshed app user interface (Thanks to @Mahmud0808) +- Fully compatible with A13 QPR3 +- Added Hindi translation - \ No newline at end of file +... And bugfixes \ No newline at end of file diff --git a/.github/workflowFiles/ReleaseNotesTemplate.md b/.github/workflowFiles/ReleaseNotesTemplate.md index 8adf6a160..7374b6f49 100644 --- a/.github/workflowFiles/ReleaseNotesTemplate.md +++ b/.github/workflowFiles/ReleaseNotesTemplate.md @@ -33,4 +33,6 @@ Technically, the module should automatically activate itself in Lsposed and get - zz842@Telegram Hebrew - @Katsuyuki-Karasawa Japanese - @potatosalad775 Korean -- @hcosserat French \ No newline at end of file +- @hcosserat French +- @deepanshpandey Hindi + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index c751763b7..4f1a610ec 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,7 +12,7 @@ android { applicationId "sh.siava.AOSPMods" minSdk 33 targetSdk 33 - versionCode 242 + versionCode 241 versionName "canary-242" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"