Skip to content

Commit

Permalink
release soralution v3.4.0.2 108
Browse files Browse the repository at this point in the history
  • Loading branch information
arvifox committed Sep 13, 2023
1 parent 65658f9 commit fdc0ebc
Show file tree
Hide file tree
Showing 2 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 @@ -144,7 +144,7 @@ play {
serviceAccountCredentials = file(System.env.CI_PLAY_KEY ?: "../key/fake.json")
track = "internal"
releaseStatus = ReleaseStatus.DRAFT
releaseName = "3.4.0.1 - Explore Ecosystem"
releaseName = "3.4.0.2 - Explore Ecosystem"
}

dependencies {
Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ buildscript {
composeCompiler : '1.4.6',
composeConstraintLayout: '1.1.0-alpha05',
uiCore : '0.1.3',
soraCard : '0.1.40',
soraCard : '0.1.41',
lazySodium : '5.0.2',
jna : '5.8.0',
accompanist : '0.30.1',
Expand All @@ -54,11 +54,11 @@ buildscript {
]

ext {
// soralution 107 3.4.0.1 2023.09.08
// soralution 108 3.4.0.2 2023.09.13
// 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 ?: 107)
appVersionName = '3.4.0.1'
appVersionCode = Integer.valueOf(System.env.CI_BUILD_ID ?: 108)
appVersionName = '3.4.0.2'

compileVersion = 33
minVersion = 24
Expand Down

0 comments on commit fdc0ebc

Please sign in to comment.