Update build.gradle

This commit is contained in:
jhengazuki 2025-09-23 20:47:46 +08:00
parent d84a113259
commit f3d5f86682
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ android {
defaultConfig { defaultConfig {
applicationId "com.github.catvod.demo" applicationId "com.github.catvod.demo"
minSdk 21 minSdk 21
//noinspection ExpiredTargetSdkVersion
targetSdk 28 targetSdk 28
} }