Skip to content
Merged
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
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ android {
// insets (EdgeToEdge) are now mandatory: the platform ignores the opt-out at this level.
targetSdk 36
// Must exceed the versionCode currently live on the Play listing before uploading.
versionCode 80
versionCode 81
// Prefix = engine HTTRACK_VERSIONID (htsglobal.h); track upstream.
versionName "3.49.14.80"
versionName "3.49.14.81"

ndk {
abiFilters "arm64-v8a", "x86_64"
Expand Down
Loading