0

add AssetsManager

This commit is contained in:
2020-12-24 12:12:04 +03:00
parent ce8b616769
commit 6e51f441db
11 changed files with 369 additions and 0 deletions

11
build.gradle Normal file
View File

@@ -0,0 +1,11 @@
plugins {
id 'java'
}
def publishScript = file(rootProject.getProjectDir().getPath() + '/publish.gradle')
if (publishScript.exists()) {
apply from: publishScript.path
}
project.group = projectGroup
project.version = projectVersion