mirror of
https://github.com/revanced/revanced-manager-compose-old.git
synced 2025-04-29 22:14:28 +02:00
refactor: change package name
This commit is contained in:
parent
517e99c18c
commit
f41064a75c
@ -10,7 +10,7 @@ android {
|
||||
compileSdk = 32
|
||||
|
||||
defaultConfig {
|
||||
applicationId = "app.revanced.manager"
|
||||
applicationId = "app.revanced.manager.compose"
|
||||
minSdk = 26
|
||||
targetSdk = 32
|
||||
versionCode = 1
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user