2
0

Global hotkey, iconifying and application activation, help text.

This commit is contained in:
Maarten Billemont
2018-07-31 14:55:19 -04:00
parent f5c0c4d787
commit 3fc8acba70
11 changed files with 158 additions and 18 deletions

View File

@@ -11,6 +11,7 @@ dependencies {
implementation group: 'com.lyndir.lhunath.opal', name: 'opal-system', version: '1.7-p2'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.1.2'
implementation group: 'com.yuvimasory', name: 'orange-extensions', version: '1.3.0'
implementation group: 'com.github.tulskiy', name: 'jkeymaster', version: '1.2'
compile project( ':masterpassword-model' )
}