2020-06-27 11:21:44 +08:00
|
|
|
description = "maxkey-persistence"
|
2019-04-29 23:53:10 +08:00
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
|
//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
|
|
|
|
2021-04-17 09:44:10 +08:00
|
|
|
implementation project(":maxkey-common")
|
|
|
|
|
implementation project(":maxkey-core")
|
2019-04-29 23:53:10 +08:00
|
|
|
}
|