fix(android): building and video playing with correct aspect ratio

This commit is contained in:
Fredrik Burmester
2026-01-05 11:52:00 +01:00
parent 2e463ddb0c
commit 90474b2403
4 changed files with 19 additions and 30 deletions

View File

@@ -63,7 +63,7 @@
"android": {
"buildArchs": ["arm64-v8a", "x86_64"],
"compileSdkVersion": 36,
"targetSdkVersion": 34,
"targetSdkVersion": 35,
"buildToolsVersion": "35.0.0",
"kotlinVersion": "2.0.21",
"minSdkVersion": 24,