Skip to content
This repository was archived by the owner on Nov 26, 2019. It is now read-only.

Commit efd9f13

Browse files
committed
Change JNativeHook to a demo only dependency
1 parent c9675e0 commit efd9f13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ sourceSets {
4949

5050
dependencies {
5151
//Used for registering global keyboard listeners in order to enable custom keybindings
52-
compile 'com.1stleg:jnativehook:2.1.+'
52+
demoCompile 'com.1stleg:jnativehook:2.1.+'
53+
5354
//Used for sotrage of settings and so on (user data)
5455
compile 'org.xerial:sqlite-jdbc:3.19.+'
5556
//Used to deserialize the replies i get from sa-mp servers api

0 commit comments

Comments
 (0)