mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2026-01-07 08:44:24 +01:00
Increase tags offset
This commit is contained in:
@@ -5,7 +5,7 @@ ext.getVersionCodeFromTags = { ->
|
||||
commandLine 'git', 'tag', '--list'
|
||||
standardOutput = code
|
||||
}
|
||||
return 14 + code.toString().split("\n").size()
|
||||
return 20 + code.toString().split("\n").size()
|
||||
}
|
||||
catch (ignored) {
|
||||
return -1
|
||||
|
||||
Reference in New Issue
Block a user