Skip to content

Commit

Permalink
Merge pull request #266 from sora-xor/sora_v3.6.0.0_106
Browse files Browse the repository at this point in the history
release sora v3.6.0.0 106
  • Loading branch information
arvifox authored Oct 28, 2023
2 parents 68c28e6 + 1a5b98f commit 52779b6
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 @@ -142,7 +142,7 @@ play {
serviceAccountCredentials = file(System.env.CI_PLAY_KEY ?: "../key/fake.json")
track = "internal"
releaseStatus = ReleaseStatus.DRAFT
releaseName = "3.5.0.1 - Explore SORA Ecosystem"
releaseName = "3.6.0.0 - Improvements on SORA Card Hub"
}

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

ext {
// soralution 117 3.7.0.1 2023.10.28
// sora dae 105 3.5.0.1 2023.10.17
// sora dae 106 3.6.0.0 2023.10.28
// appVersionCode = Integer.valueOf(System.env.BUILD_NUMBER ?: 96)
appVersionCode = Integer.valueOf(System.env.CI_BUILD_ID ?: 105)
appVersionName = '3.5.0.1'
appVersionCode = Integer.valueOf(System.env.CI_BUILD_ID ?: 106)
appVersionName = '3.6.0.0'

compileVersion = 34
minVersion = 24
Expand Down

0 comments on commit 52779b6

Please sign in to comment.