Skip to content

Commit

Permalink
Merge pull request #206 from sora-xor/release_soralution_v3.4.0.3_109
Browse files Browse the repository at this point in the history
release soralution v3.4.0.3 109
  • Loading branch information
arvifox authored Sep 20, 2023
2 parents 56032f8 + 4cf92b6 commit 58ed4b9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ play {
serviceAccountCredentials = file(System.env.CI_PLAY_KEY ?: "../key/fake.json")
track = "internal"
releaseStatus = ReleaseStatus.DRAFT
releaseName = "3.4.0.2 - Explore Ecosystem"
releaseName = "3.4.0.3 - Explore Ecosystem"
}

dependencies {
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ buildscript {
]

ext {
// soralution 108 3.4.0.2 2023.09.13
// soralution 109 3.4.0.3 2023.09.20
// sora dae 98 3.3.0.0 2023.08.18
// appVersionCode = Integer.valueOf(System.env.BUILD_NUMBER ?: 96)
appVersionCode = Integer.valueOf(System.env.CI_BUILD_ID ?: 108)
appVersionName = '3.4.0.2'
appVersionCode = Integer.valueOf(System.env.CI_BUILD_ID ?: 109)
appVersionName = '3.4.0.3'

compileVersion = 33
minVersion = 24
Expand Down
2 changes: 1 addition & 1 deletion common/src/develop/assets/sora2_metadata

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion common/src/soralution/assets/sora2_metadata

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class BuyCryptoViewModel @AssistedInject constructor(
val statusCode = errorResponse?.statusCode
val reasonPhrase = errorResponse?.reasonPhrase
val message = errorResponse?.let { statusCode?.toString().orEmpty() + reasonPhrase }
FirebaseWrapper.log("X1 [$message]")
FirebaseWrapper.recordException(IllegalStateException("X1 [$message]"))
showWidgetUnavailableAlert(statusCode)
}

Expand Down

0 comments on commit 58ed4b9

Please sign in to comment.