Add apk build

This commit is contained in:
klzgrad
2024-01-15 02:31:29 +08:00
parent 216c9ce306
commit aaa3e5104d
29 changed files with 794 additions and 0 deletions

10
apk/settings.gradle Normal file
View File

@ -0,0 +1,10 @@
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Naive Plugin"
include ':app'