7.0 version start

This commit is contained in:
Sharlotte
2021-07-14 16:21:55 +09:00
parent bf0fdce67e
commit a1482989c3
12 changed files with 3054 additions and 167 deletions

View File

@@ -31,13 +31,8 @@ jar {
dependencies {
implementation 'com.github.younggam:multi-lib:java-v1.1.0'
compileOnly "com.github.Anuken.Arc:arc-core:$pMindustryVersion"
compileOnly "com.github.Anuken.Mindustry:core:$pMindustryVersion"
compileOnly "com.github.Anuken.Mindustry:annotations:$pMindustryVersion"
annotationProcessor "com.github.Anuken.Mindustry:annotations:$pMindustryVersion"
}
task dexify(type: Jar) {