summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar 2xsaiko2020-04-24 18:39:57 +0200
committerGravatar GitHub2020-04-24 17:39:57 +0100
commit04b01512c124c76f3b3d99ba07ef30ea6a90b52f (patch)
tree33ffbe9fba1fd762cc7a7997db9764b181f29d7b /build.gradle
parentUpdate darcula to fix dark theme (diff)
downloadenigma-04b01512c124c76f3b3d99ba07ef30ea6a90b52f.tar.gz
enigma-04b01512c124c76f3b3d99ba07ef30ea6a90b52f.tar.xz
enigma-04b01512c124c76f3b3d99ba07ef30ea6a90b52f.zip
Add a configurable scale factor (#230)
* Add swing-dpi dependency * Implement scale factor * Improve custom scale dialog, fix crash * Remove use of $ in identifiers * Use custom functional interface for scale listeners * Bump version Co-authored-by: modmuss50 <modmuss50@gmail.com>
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index a3763bfb..f771ec7c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -54,6 +54,7 @@ dependencies {
54 implementation 'com.bulenkov:darcula:1.0.0-bobbylight' 54 implementation 'com.bulenkov:darcula:1.0.0-bobbylight'
55 implementation 'de.sciss:syntaxpane:1.2.0' 55 implementation 'de.sciss:syntaxpane:1.2.0'
56 implementation 'me.xdrop:fuzzywuzzy:1.2.0' 56 implementation 'me.xdrop:fuzzywuzzy:1.2.0'
57 implementation 'com.github.lukeu:swing-dpi:0.6'
57 58
58 testImplementation 'junit:junit:4.+' 59 testImplementation 'junit:junit:4.+'
59 testImplementation 'org.hamcrest:hamcrest-all:1.+' 60 testImplementation 'org.hamcrest:hamcrest-all:1.+'