Skip to content

Commit

Permalink
need to realign versionName since myVersionName is no more
Browse files Browse the repository at this point in the history
See #820
  • Loading branch information
courville committed Oct 29, 2023
1 parent fe5f5a4 commit 4811cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/release.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

#version=$1
version=$(grep " myVersionName = '" ../../Video/build.gradle | sed "s/^.*myVersionName = '\([0-9\.]*\)'.*$/\1/g")
version=$(grep " versionName = '" ../../Video/build.gradle | sed "s/^.*versionName = '\([0-9\.]*\)'.*$/\1/g")
major=$(echo $version | cut -d. -f1)
minor=$(echo $version | cut -d. -f2)
patch=$(echo $version | cut -d. -f3)
Expand Down

0 comments on commit 4811cc2

Please sign in to comment.