diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 9fa1e88..98b0eba 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -10,7 +10,7 @@ android { compileSdk = 32 defaultConfig { - applicationId = "app.revanced.manager" + applicationId = "app.revanced.manager.compose" minSdk = 26 targetSdk = 32 versionCode = 1 diff --git a/build.gradle.kts b/build.gradle.kts index 7559375..e2b9c4f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ buildscript { } dependencies { - classpath("com.android.tools.build:gradle:7.4.0-alpha09") + classpath("com.android.tools.build:gradle:7.4.0-alpha10") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.0") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle.kts files