fix(build): downgrade targetSdk from 37 to 36 for app and app-tv

This commit is contained in:
2026-07-18 20:31:45 +02:00
parent 28b647e209
commit e6da94970a
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ android {
defaultConfig {
applicationId = "hu.bbara.purefin"
minSdk = 29
targetSdk = 37
targetSdk = 36
versionName = "0.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}