fixed the commit hash in the version name to 8 characters to avoid discrepancies with the F-droid build
This commit is contained in:
parent
1665b3d96c
commit
ee3931cdc2
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:tools="http://schemas.android.com/tools"
|
||||
android:versionCode="411"
|
||||
android:versionCode="412"
|
||||
android:versionName="29.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ def execThing (String cmdStr) {
|
|||
}
|
||||
|
||||
def getCurrentGitHash() {
|
||||
return execThing('git log -1 --format=%h')
|
||||
return execThing('git rev-parse --short=8 HEAD')
|
||||
}
|
||||
|
||||
def generateVersionName() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue