Skip to content

Commit

Permalink
1.15 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
aj3423 committed Jun 23, 2024
1 parent 85984f9 commit 340328e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ android {
applicationId = "spam.blocker"
minSdk = 29
targetSdk = 34
versionCode = 114
versionName = "1.14"
versionCode = 115
versionName = "1.15"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
7 changes: 7 additions & 0 deletions metadata/en-US/changelogs/115.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
breaking:
RecentApps now only works for apps that have INTERNET access(to get rid of QUERY_ALL_PACKAGES)

improvement:
no longer require permission QUERY_ALL_PACKAGES
improve launch speed
reduce apk size 13Mb -> 3Mb (using R8)

0 comments on commit 340328e

Please sign in to comment.