build: remove age

Signed-off-by: keta1 <k@ketal.icu>
This commit is contained in:
keta1
2023-01-08 02:53:21 +08:00
parent 1093143901
commit 95e8b18027
8 changed files with 44 additions and 35 deletions

View File

@@ -9,7 +9,6 @@ pluginManagement {
gradlePluginPortal()
google()
mavenCentral()
maven(url = "https://s01.oss.sonatype.org/content/repositories/snapshots")
}
}
@@ -23,10 +22,6 @@ dependencyResolutionManagement {
}
}
plugins {
id("me.omico.age.settings") version "1.0.0-SNAPSHOT"
}
rootProject.name = "QAuxiliary"
include(
":app",
@@ -34,4 +29,5 @@ include(
":libs:ksp",
":libs:mmkv",
":libs:dexkit",
":libs:ezXHelper",
)