From f41064a75cb2a92221c188d6ba28a92eea3fcf84 Mon Sep 17 00:00:00 2001 From: Ushie Date: Mon, 12 Sep 2022 16:10:46 +0300 Subject: [PATCH] refactor: change package name --- app/build.gradle.kts | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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