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