Skip to content

Commit

Permalink
soralution release v3.4.0.1 107
Browse files Browse the repository at this point in the history
  • Loading branch information
arvifox committed Sep 8, 2023
1 parent 12fc53b commit 9949f3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.0 - Explore Ecosystem"
releaseName = "3.4.0.1 - 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 106 3.4.0.0 2023.08.25
// soralution 107 3.4.0.1 2023.09.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 ?: 106)
appVersionName = '3.4.0.0'
appVersionCode = Integer.valueOf(System.env.CI_BUILD_ID ?: 107)
appVersionName = '3.4.0.1'

compileVersion = 33
minVersion = 24
Expand Down

0 comments on commit 9949f3b

Please sign in to comment.