2019-04-29 23:53:10 +08:00
|
|
|
description = "maxkey-core"
|
|
|
|
|
|
|
|
|
|
dependencies {
|
2021-04-17 09:44:10 +08:00
|
|
|
implementation project(":maxkey-common")
|
2021-02-15 09:57:52 +08:00
|
|
|
|
2019-04-29 23:53:10 +08:00
|
|
|
//local jars
|
2021-04-17 09:44:10 +08:00
|
|
|
implementation fileTree(dir: '../maxkey-lib/', include: '*/*.jar')
|
2019-04-29 23:53:10 +08:00
|
|
|
|
|
|
|
|
}
|