-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Kevin edited this page Nov 9, 2018
·
12 revisions
See sidebar for more FAQs.
- How do I develop with the latest release of BlangSDK?
Reference the latest version of BlangSDK. ie. Modify the
build.gradle
to:
dependencies {
xtextLanguages "ca.ubc.stat.blang:ca.ubc.stat.blang:3.25.2"
compile group: 'ca.ubc.stat', name: 'conifer', version: '2.0.4'
compile group: 'ca.ubc.stat', name: 'blangSDK', version: '1.20.latest.version.number'
}