Update build.gradle
This commit is contained in:
parent
7ae33784cb
commit
2b9722501d
|
|
@ -6,12 +6,12 @@ plugins {
|
||||||
android {
|
android {
|
||||||
namespace 'com.github.catvod'
|
namespace 'com.github.catvod'
|
||||||
|
|
||||||
compileSdk 34
|
compileSdk 35
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.github.catvod.demo"
|
applicationId "com.github.catvod.demo"
|
||||||
minSdk 16
|
minSdk 16
|
||||||
targetSdk 34
|
targetSdk 35
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue