feat(canary/ComponentsV2): init @ LavaDesu/Aliucord@8ee06ba700
This commit is contained in:
parent
78022652d7
commit
02ac3cb652
48 changed files with 2223 additions and 6 deletions
|
|
@ -6,6 +6,7 @@ buildscript {
|
|||
google()
|
||||
mavenCentral()
|
||||
maven("https://maven.aliucord.com/snapshots")
|
||||
gradlePluginPortal() // remove when gradle 8
|
||||
maven("https://jitpack.io")
|
||||
}
|
||||
|
||||
|
|
@ -13,6 +14,8 @@ buildscript {
|
|||
classpath("com.android.tools.build:gradle:7.1.3")
|
||||
classpath("com.aliucord:gradle:main-SNAPSHOT")
|
||||
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21")
|
||||
// classpath("com.gradleup.shadow:shadow-gradle-plugin:8.3.8")
|
||||
classpath("com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:7.1.2") // For Gradle 7 compat
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue