Skip to content

Commit 8d3fccf

Browse files
authored
Merge branch 'master' into develop
2 parents b6a3bb7 + 096ede4 commit 8d3fccf

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish
1+
name: Deploy to google play
22

33
on:
44
push:
@@ -70,5 +70,4 @@ jobs:
7070
releaseFiles: app/build/outputs/bundle/release/app-release.aab
7171
track: internal
7272
status: 'completed'
73-
whatsNewDirectory: whatsNewDirectory/
74-
changesNotSentForReview: true
73+
whatsNewDirectory: whatsNewDirectory/

.github/workflows/run_unit_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish
1+
name: Run unit tests
22

33
on:
44
pull_request:

app/proguard-rules.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@
4747
-keep class com.zrcoding.database.data.local.entities.** {*;}
4848
-keep class com.zrcoding.hackertab.network.dtos.** {*;}
4949

50-
-dontwarn org.slf4j.impl.StaticLoggerBinder
50+
-dontwarn org.slf4j.impl.StaticLoggerBinder

0 commit comments

Comments
 (0)