Changed gradle info to compile

This commit is contained in:
nathan 2018-08-17 23:54:17 +02:00
parent ba1491e37e
commit d1985485ae

View File

@ -288,7 +288,7 @@ Gradle Info
```` ````
dependencies { dependencies {
... ...
api 'com.dorkbox:SystemTray:3.14' compile 'com.dorkbox:SystemTray:3.14'
} }
```` ````