Sync up all compileSdk and targetSdk (#1457)

This commit is contained in:
Luna712
2024-12-31 14:07:15 -07:00
committed by GitHub
parent 812226b56a
commit 7df4390473
2 changed files with 4 additions and 4 deletions

View File

@ -8,12 +8,12 @@ plugins {
}
android {
compileSdk = 34
compileSdk = 35
sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")
defaultConfig {
minSdk = 21
targetSdk = 33
targetSdk = 35
}
namespace = "com.lagradost.api"

View File

@ -50,12 +50,12 @@ buildkonfig {
}
android {
compileSdk = 34
compileSdk = 35
sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")
defaultConfig {
minSdk = 21
targetSdk = 33
targetSdk = 35
}
// If this is the same com.lagradost.cloudstream3.R stops working