Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
- Bump KSP to v2.3.11
- Remove `android.uniquePackageNames` compatibility flag
- Remove `android.r8.optimizedResourceShrinking` compatibility flag
- Remove `android.nonFinalResIds=false` compatibility flag
- Remove `android.experimental.enableTestFixturesKotlinSupport=true` compatibility flag

## 2026.08.03

Expand Down
6 changes: 1 addition & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ defaultProguardFile=proguard-android-optimize.txt
android.useAndroidX=true
android.enableJetifier=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false
android.suppressUnsupportedCompileSdk=34
android.experimental.enableTestFixturesKotlinSupport=true
# Manifest URL endpoint
# These are currently the same as the API endpoints declared earlier. Those will be removed later
# once the country selection feature is complete.
Expand All @@ -42,11 +40,9 @@ sentryOrg=do_not_change_here
sentryProject=do_not_change_here
sentryAuthToken=do_not_change_here
sentryUploadProguard=true
# App behaviour
# App behavior
disableScreenshot=false
allowRootedDevice=true
maestroTests=false
org.gradle.unsafe.configuration-cache=true
# AGP 9 compatibility flags (temporary)
# Remove gradually before AGP 10

Loading