summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar Modmuss502019-02-19 19:00:31 +0000
committerGravatar Gegy2019-02-19 21:00:31 +0200
commitaf43eb7a98c0c2dc017b37bba72721c46ecc4afe (patch)
treea460092562d98a176541503d2344a570c0c2e3a2 /build.gradle
parentTrack loaded mapping path when opening mappings and not just when saving (diff)
downloadenigma-af43eb7a98c0c2dc017b37bba72721c46ecc4afe.tar.gz
enigma-af43eb7a98c0c2dc017b37bba72721c46ecc4afe.tar.xz
enigma-af43eb7a98c0c2dc017b37bba72721c46ecc4afe.zip
Added Basic Search (#102)
* 3am code for a basic search box, needs some cleanup * Cleanup the code a bit * Add missing header * Fix indentation, + unneeded check
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 91419cda..5f7ae2da 100644
--- a/build.gradle
+++ b/build.gradle
@@ -97,6 +97,7 @@ dependencies {
97 97
98 application name: "darcula", version: "1.0.0" 98 application name: "darcula", version: "1.0.0"
99 application 'de.sciss:syntaxpane:1.2.+' 99 application 'de.sciss:syntaxpane:1.2.+'
100 application 'me.xdrop:fuzzywuzzy:1.2.0'
100 101
101 testCompile 'junit:junit:4.+' 102 testCompile 'junit:junit:4.+'
102 testCompile 'org.hamcrest:hamcrest-all:1.+' 103 testCompile 'org.hamcrest:hamcrest-all:1.+'