Skip to content

Commit

Permalink
sora 3.1.0.0 95
Browse files Browse the repository at this point in the history
  • Loading branch information
arvifox committed Aug 3, 2023
1 parent 3bcf030 commit e18c689
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 = "94 (3.2.0.12)"
releaseName = "95 (3.1.0.0)"
}

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

ext {
// soralution 98 3.2.0.1 2023.07.26
// sora dae 94 3.2.0.12 2023.08.03
// sora dae 95 3.2.0.12 2023.08.03
// appVersionCode = Integer.valueOf(System.env.BUILD_NUMBER ?: 96)
appVersionCode = Integer.valueOf(System.env.CI_BUILD_ID ?: 94)
appVersionName = '3.2.0.12'
appVersionCode = Integer.valueOf(System.env.CI_BUILD_ID ?: 95)
appVersionName = '3.1.0.0'

compileVersion = 33
minVersion = 24
Expand Down

0 comments on commit e18c689

Please sign in to comment.