diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 6e77d08b..0e98a7b6 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -5,7 +5,6 @@ plugins { android { compileSdk = 33 - buildToolsVersion = "33.0.1" namespace = "app.revanced.integrations" defaultConfig { @@ -44,7 +43,7 @@ android { dependencies { compileOnly(project(mapOf("path" to ":dummy"))) compileOnly("androidx.annotation:annotation:1.6.0") - compileOnly("androidx.appcompat:appcompat:1.7.0-alpha02") + compileOnly("androidx.appcompat:appcompat:1.7.0-alpha03") compileOnly("com.squareup.okhttp3:okhttp:5.0.0-alpha.11") compileOnly("com.squareup.retrofit2:retrofit:2.9.0") }