Skip to content

Commit 39b89eb

Browse files
authored
Merge pull request #593 from mindbox-cloud/release/2.13.4
Release 2.13.4
2 parents 3031f8b + 043ac38 commit 39b89eb

File tree

5 files changed

+10
-14
lines changed

5 files changed

+10
-14
lines changed

.github/workflows/distribute-develop.yml renamed to .github/workflows/distribute-develop-mission.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
name: PushOk (Develop PR Merge)
1+
name: Distribute PushOk (Develop / Mission PR Merge)
22

33
on:
44
pull_request:
55
branches:
66
- develop
7+
- mission/*
78
types:
89
- closed
910

.github/workflows/lint_unitTests_build.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,13 @@ name: Lint + UnitTests + Build
33
on:
44
push:
55
branches:
6-
- '**'
7-
- '!master'
8-
paths-ignore:
9-
- '**.md'
10-
tags-ignore:
11-
- '**'
12-
pull_request:
13-
branches:
14-
- master
6+
- develop
157
- mission/*
8+
pull_request:
169
types:
1710
- opened
11+
- reopened
12+
- synchronize
1813

1914
jobs:
2015
lint:

.github/workflows/publish-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
- name: Merge Pull Request
139139
run: |
140140
pr_number=$(gh pr list --base develop --head master --json number --jq '.[0].number')
141-
gh pr merge $pr_number --merge
141+
gh pr merge $pr_number --merge --auto
142142
143143
message-to-loop-if-success:
144144
needs: [release-github]

example/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ dependencies {
7575
implementation 'com.google.code.gson:gson:2.11.0'
7676

7777
//Mindbox
78-
implementation 'cloud.mindbox:mobile-sdk:2.13.3'
78+
implementation 'cloud.mindbox:mobile-sdk:2.13.4'
7979
implementation 'cloud.mindbox:mindbox-firebase'
8080
implementation 'cloud.mindbox:mindbox-huawei'
8181
implementation 'cloud.mindbox:mindbox-rustore'

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ android.enableJetifier=true
2020
# Kotlin code style for this project: "official" or "obsolete":
2121
kotlin.code.style=official
2222
# SDK version property
23-
SDK_VERSION_NAME=2.13.3
24-
android.nonTransitiveRClass = false
23+
SDK_VERSION_NAME=2.13.4
24+
android.nonTransitiveRClass=false

0 commit comments

Comments
 (0)