diff --git a/app/build.gradle b/app/build.gradle index 06c5da18468..0391a368ac4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId 'io.github.muntashirakon.AppManager' minSdk min_sdk targetSdk target_sdk - versionCode 425 - versionName "3.1.2" + versionCode 426 + versionName "3.1.3" 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 fb7e1756ca0..ef274aee1d3 100644 --- a/app/src/main/res/raw/changelog.xml +++ b/app/src/main/res/raw/changelog.xml @@ -1,5 +1,24 @@ + + + Avoided displaying “Imported” message when no file is selected during importing rules from Watt or Blocker + + Avoided fetching app list for other users if there's not enough permission + Fixed a typo in German strings + Fixed installing apps for users other than the main user in no-root mode + Fixed loading the list of packages in some devices + Prevented the app from crashing when filename returned by SAF is null (empty) + Skipped loading usage for uninstalled packages + + [br /][b]Full list of changes:[/b] [a + href="https://github.com/MuntashirAkon/AppManager/compare/v3.1.2...v3.1.3"]v3.1.2...v3.1.3[/a] + +