Skip to content

Commit

Permalink
release soralution v3.5.0.0 113
Browse files Browse the repository at this point in the history
  • Loading branch information
arvifox committed Oct 10, 2023
1 parent 13b2863 commit 8b82867
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 @@ -140,7 +140,7 @@ play {
serviceAccountCredentials = file(System.env.CI_PLAY_KEY ?: "../key/fake.json")
track = "internal"
releaseStatus = ReleaseStatus.DRAFT
releaseName = "3.4.0.5 - Explore Ecosystem"
releaseName = "3.5.0.0 - SORA IBAN Balance"
}

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 111 3.4.0.5 2023.10.08
// soralution 113 3.5.0.0 2023.10.10
// 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 ?: 111)
appVersionName = '3.4.0.5'
appVersionCode = Integer.valueOf(System.env.CI_BUILD_ID ?: 113)
appVersionName = '3.5.0.0'

compileVersion = 34
minVersion = 24
Expand Down

0 comments on commit 8b82867

Please sign in to comment.