Skip to content

Commit

Permalink
Bump version to v1.03-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
mirfatif committed Dec 20, 2020
1 parent 015c096 commit 0f75f4a
Show file tree
Hide file tree
Showing 2 changed files with 13 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 @@ -8,8 +8,8 @@ android {
applicationId "com.mirfatif.permissionmanagerx"
minSdkVersion 24
targetSdkVersion 29
versionCode 102
versionName "v1.02"
versionCode 103
versionName "v1.03-beta"
}

buildTypes {
Expand Down
11 changes: 11 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/103.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Fixed AppOps mode spinner click area
Disabled Foreground AppOp mode for RUN_IN_BACKGROUND
Added option to skip uninstalled apps in backup/restore
Fixed Exclusin Filter Settings Fragment crash on orientation changes
Improved Help section
Added | and & to search queries
Added Telegram support group link and paid features to About section
Added "Ask for redeem code" option to Donate dialog
Ask to send app and daemon's crash log files, delete files older than a month
Fixed permissions Activity crash on launch due to null ActionBar
Fixed OutOfMemory crash by releasing Icon Bitmaps on low memory conditions

0 comments on commit 0f75f4a

Please sign in to comment.