Skip to content

Commit

Permalink
Merge pull request #207 from sora-xor/soralution_v3.4.0.4
Browse files Browse the repository at this point in the history
release soralution v3.4.0.4 110
  • Loading branch information
arvifox authored Sep 21, 2023
2 parents 58ed4b9 + e74f9d1 commit 818692d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.3 - Explore Ecosystem"
releaseName = "3.4.0.4 - Explore Ecosystem"
}

dependencies {
Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ buildscript {
composeCompiler : '1.4.6',
composeConstraintLayout: '1.1.0-alpha05',
uiCore : '0.1.4',
soraCard : '0.1.42',
soraCard : '0.1.41',
lazySodium : '5.0.2',
jna : '5.8.0',
accompanist : '0.30.1',
Expand All @@ -54,11 +54,11 @@ buildscript {
]

ext {
// soralution 109 3.4.0.3 2023.09.20
// soralution 110 3.4.0.4 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 ?: 109)
appVersionName = '3.4.0.3'
appVersionCode = Integer.valueOf(System.env.CI_BUILD_ID ?: 110)
appVersionName = '3.4.0.4'

compileVersion = 33
minVersion = 24
Expand Down

0 comments on commit 818692d

Please sign in to comment.