This commit is contained in:
MaxKey
2021-04-17 09:44:10 +08:00
parent 8d5ec2633d
commit 50356b6892
33 changed files with 1043 additions and 1049 deletions

View File

@@ -1,9 +1,9 @@
description = "maxkey-core"
dependencies {
compile project(":maxkey-common")
implementation project(":maxkey-common")
//local jars
compile fileTree(dir: '../maxkey-lib/', include: '*/*.jar')
implementation fileTree(dir: '../maxkey-lib/', include: '*/*.jar')
}