Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Sozinov committed Jul 5, 2024
1 parent 6e8f38e commit 45616df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions example/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ dependencies {

//Mindbox
implementation 'cloud.mindbox:mobile-sdk:2.10.1'
implementation 'cloud.mindbox:mindbox-firebase:2.10.1'
implementation 'cloud.mindbox:mindbox-huawei:2.10.1'
implementation 'cloud.mindbox:mindbox-firebase'
implementation 'cloud.mindbox:mindbox-huawei'

//Glade for custom loader
implementation 'com.github.bumptech.glide:glide:4.15.1'
Expand Down
2 changes: 0 additions & 2 deletions git-release-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ sed -i '' "s/^SDK_VERSION_NAME=.*/SDK_VERSION_NAME=$version/" $properties_file

build_gradle_example_path="example/app/build.gradle"
sed -i '' -E "s/cloud.mindbox:mobile-sdk:[0-9]+\.[0-9]+\.[0-9]+(-rc)?/cloud.mindbox:mobile-sdk:$version/" $build_gradle_example_path
sed -i '' -E "s/cloud.mindbox:mindbox-firebase:[0-9]+\.[0-9]+\.[0-9]+(-rc)?/cloud.mindbox:mindbox-firebase:$version/" $build_gradle_example_path
sed -i '' -E "s/cloud.mindbox:mindbox-huawei:[0-9]+\.[0-9]+\.[0-9]+(-rc)?/cloud.mindbox:mindbox-huawei:$version/" $build_gradle_example_path

echo "Bump SDK version from $current_version to $version."

Expand Down

0 comments on commit 45616df

Please sign in to comment.