refactor: change package name

This commit is contained in:
Ushie 2022-09-12 16:10:46 +03:00
parent 517e99c18c
commit f41064a75c
No known key found for this signature in database
GPG Key ID: 0EF73F1CA38B2D5F
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ android {
compileSdk = 32
defaultConfig {
applicationId = "app.revanced.manager"
applicationId = "app.revanced.manager.compose"
minSdk = 26
targetSdk = 32
versionCode = 1

View File

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