Upgrade SDK (#590)

* Update sdk version

* Let's not be too radical
This commit is contained in:
CranberrySoup 2023-09-04 20:36:36 +00:00 committed by GitHub
parent 6211b02e85
commit 0839775172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -51,12 +51,12 @@ android {
} }
compileSdk = 33 compileSdk = 33
buildToolsVersion = "30.0.3" buildToolsVersion = "34.0.0"
defaultConfig { defaultConfig {
applicationId = "com.lagradost.cloudstream3" applicationId = "com.lagradost.cloudstream3"
minSdk = 21 minSdk = 21
targetSdk = 29 targetSdk = 33
versionCode = 59 versionCode = 59
versionName = "4.1.8" versionName = "4.1.8"