Skip to content

Commit

Permalink
release sora v3.5.0.1 105
Browse files Browse the repository at this point in the history
  • Loading branch information
arvifox committed Oct 17, 2023
1 parent 07aac7d commit 2abd3c1
Show file tree
Hide file tree
Showing 3 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 @@ -140,7 +140,7 @@ play {
serviceAccountCredentials = file(System.env.CI_PLAY_KEY ?: "../key/fake.json")
track = "internal"
releaseStatus = ReleaseStatus.DRAFT
releaseName = "3.5.0.0 - Explore SORA Ecosystem"
releaseName = "3.5.0.1 - Explore SORA Ecosystem"
}

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

ext {
// soralution 113 3.5.0.0 2023.10.10
// sora dae 104 3.5.0.0 2023.10.16
// sora dae 105 3.5.0.1 2023.10.17
// appVersionCode = Integer.valueOf(System.env.BUILD_NUMBER ?: 96)
appVersionCode = Integer.valueOf(System.env.CI_BUILD_ID ?: 104)
appVersionName = '3.5.0.0'
appVersionCode = Integer.valueOf(System.env.CI_BUILD_ID ?: 105)
appVersionName = '3.5.0.1'

compileVersion = 34
minVersion = 24
Expand Down
2 changes: 1 addition & 1 deletion common/src/production/assets/sora2_metadata

Large diffs are not rendered by default.

0 comments on commit 2abd3c1

Please sign in to comment.