mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
Fixed android plugin version
Signed-off-by: Dennis Huebner <dennis.huebner@gmail.com>
This commit is contained in:
parent
0742e272d7
commit
07300622c2
1 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,10 @@ class XtextVersion {
|
|||
xtextGradlePluginVersion
|
||||
}
|
||||
|
||||
def getXtendAndroidGradlePluginVersion() {
|
||||
'0.4.14'
|
||||
}
|
||||
|
||||
def getXtextGradlePluginVersion() {
|
||||
'1.0.1'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue