Skip to content

Commit

Permalink
Merge pull request #218 from sora-xor/soralution_3.4.0.5_111
Browse files Browse the repository at this point in the history
release soralution v3.4.0.5 111
  • Loading branch information
arvifox authored Oct 8, 2023
2 parents 481403c + 9153c3c commit 41a911e
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 @@ -140,7 +140,7 @@ play {
serviceAccountCredentials = file(System.env.CI_PLAY_KEY ?: "../key/fake.json")
track = "internal"
releaseStatus = ReleaseStatus.DRAFT
releaseName = "3.4.0.4 - Explore Ecosystem"
releaseName = "3.4.0.5 - 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 110 3.4.0.4 2023.09.20
// soralution 111 3.4.0.5 2023.10.08
// 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 ?: 110)
appVersionName = '3.4.0.4'
appVersionCode = Integer.valueOf(System.env.CI_BUILD_ID ?: 111)
appVersionName = '3.4.0.5'

compileVersion = 34
minVersion = 24
Expand Down
2 changes: 1 addition & 1 deletion common/src/develop/assets/sora2_metadata
100644 → 100755

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion common/src/production/assets/sora2_metadata
100644 → 100755

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

0 comments on commit 41a911e

Please sign in to comment.