Skip to content

Commit 933e5d2

Browse files
sergeysozinovenotniy
authored andcommitted
Bump SDK version to 2.7.0
1 parent 64247ab commit 933e5d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

git-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33
version=$(cat gradle.properties | grep SDK_VERSION_NAME | cut -f2 -d"=")
44
token=$1
55
user=$2
6-
branch=${GITHUB_REF##*/}
6+
branch=release/${GITHUB_REF##*/}
77
repo_full_name=$(git config --get remote.origin.url | sed 's/.*:\/\/github.com\///;s/.git$//' | cut -f2 -d":")
88
generate_post_data() {
99
cat <<EOF

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ android.enableJetifier=true
2121
kotlin.code.style=official
2222

2323
# SDK version property
24-
SDK_VERSION_NAME=2.7.1-rc
24+
SDK_VERSION_NAME=2.7.0

0 commit comments

Comments
 (0)