chore: update sdk versions

Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
oSumAtrIX 2023-01-02 02:49:09 +01:00
parent 89f866d739
commit 993aadd4df
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
1 changed files with 4 additions and 6 deletions

View File

@ -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 {
}