Update build.gradle

This commit is contained in:
FongMi 2024-07-15 21:22:31 +08:00
parent 7ae33784cb
commit 2b9722501d
1 changed files with 2 additions and 2 deletions

View File

@ -6,12 +6,12 @@ plugins {
android {
namespace 'com.github.catvod'
compileSdk 34
compileSdk 35
defaultConfig {
applicationId "com.github.catvod.demo"
minSdk 16
targetSdk 34
targetSdk 35
}
buildTypes {