mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-02-23 09:31:11 +01: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 {
|
||||
namespace = "app.revanced.dummy"
|
||||
compileSdk = 32
|
||||
compileSdk = 33
|
||||
buildToolsVersion = "33.0.1"
|
||||
|
||||
defaultConfig {
|
||||
minSdk = 26
|
||||
targetSdk = 32
|
||||
minSdk = 23
|
||||
targetSdk = 33
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
@ -24,7 +25,4 @@ android {
|
||||
sourceCompatibility = JavaVersion.VERSION_11
|
||||
targetCompatibility = JavaVersion.VERSION_11
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user