Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

Upgraded to RichTextFX 0.8.1.

Authordjarvis <email>
Date2017-11-09 21:44:04 GMT-0800
Commitfefb2ee65321a0550acaac17c17d14fd9b0d1f9b
Parentac92b78
Delta3 lines added, 3 lines removed
build.gradle
dependencies {
compile 'org.controlsfx:controlsfx:8.40.12'
- //compile 'org.fxmisc.richtext:richtextfx:0.7-M4'
- compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '1.0.0-SNAPSHOT'
+ compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '0.8.1'
+ //compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '1.0.0-SNAPSHOT'
compile 'com.miglayout:miglayout-javafx:5.0'
compile 'de.jensd:fontawesomefx-fontawesome:4.5.0'
}
-version = '1.2.17'
+version = '1.3.0'
applicationName = 'scrivenvar'
mainClassName = 'com.scrivenvar.Main'