mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-05-29 12:50:15 +02:00
chore: update sdk versions
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
parent
89f866d739
commit
993aadd4df
@ -4,11 +4,12 @@ plugins {
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
namespace = "app.revanced.dummy"
|
namespace = "app.revanced.dummy"
|
||||||
compileSdk = 32
|
compileSdk = 33
|
||||||
|
buildToolsVersion = "33.0.1"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk = 26
|
minSdk = 23
|
||||||
targetSdk = 32
|
targetSdk = 33
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
@ -24,7 +25,4 @@ android {
|
|||||||
sourceCompatibility = JavaVersion.VERSION_11
|
sourceCompatibility = JavaVersion.VERSION_11
|
||||||
targetCompatibility = JavaVersion.VERSION_11
|
targetCompatibility = JavaVersion.VERSION_11
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
dependencies {
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user