mirror of
https://github.com/bbara04/Purefin.git
synced 2026-07-24 03:36:51 +00:00
fix(build): downgrade targetSdk from 37 to 36 for app and app-tv
This commit is contained in:
@@ -18,7 +18,7 @@ android {
|
||||
defaultConfig {
|
||||
applicationId = "hu.bbara.purefin.tv"
|
||||
minSdk = 29
|
||||
targetSdk = 37
|
||||
targetSdk = 36
|
||||
versionCode = providers.gradleProperty("purefinTvVersionCode").get().toInt()
|
||||
versionName = "0.1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user