Update build.gradle.kts

This commit is contained in:
KillerDogeEmpire 2022-10-28 07:34:03 -07:00 committed by GitHub
parent 4a536ed05e
commit c6bf61401e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ android {
buildToolsVersion = "30.0.3" buildToolsVersion = "30.0.3"
defaultConfig { defaultConfig {
applicationId = "com.lagradost.cloudstream3" applicationId = "com.killerdogeempire.aquastream"
minSdk = 21 minSdk = 21
targetSdk = 30 targetSdk = 30
@ -247,4 +247,4 @@ tasks.withType<DokkaTask>().configureEach {
} }
} }
} }
} }