Skip to content

Commit

Permalink
release soralution v3.6.0.1 115
Browse files Browse the repository at this point in the history
  • Loading branch information
arvifox committed Oct 18, 2023
1 parent 7d9c13a commit 33cca2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.6.0.0 - Night Mode"
releaseName = "3.6.0.1 - Night Mode"
}

dependencies {
Expand Down
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ buildscript {
composeCompiler : '1.5.3',
composeConstraintLayout: '1.1.0-alpha05',
uiCore : '0.2.9',
soraCard : '0.1.56',
soraCard : '0.1.57',
lazySodium : '5.0.2',
jna : '5.8.0',
xserializationjson : '1.5.1',
Expand All @@ -55,11 +55,11 @@ buildscript {
]

ext {
// soralution 114 3.6.0.0 2023.10.17
// soralution 115 3.6.0.1 2023.10.18
// 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 ?: 114)
appVersionName = '3.6.0.0'
appVersionCode = Integer.valueOf(System.env.CI_BUILD_ID ?: 115)
appVersionName = '3.6.0.1'

compileVersion = 34
minVersion = 24
Expand Down Expand Up @@ -135,7 +135,7 @@ buildscript {

navigationFragmentDep = "androidx.navigation:navigation-fragment-ktx:$versions.navigation"
navigationUiDep = "androidx.navigation:navigation-ui-ktx:$versions.navigation"
navigationComposeDep = "androidx.navigation:navigation-compose:2.7.2"
navigationComposeDep = "androidx.navigation:navigation-compose:2.7.4"

zXingCoreDep = "com.google.zxing:core:$versions.zXing"
zXingEmbeddedDep = "com.journeyapps:zxing-android-embedded:$versions.zXingEmbedded"
Expand Down

0 comments on commit 33cca2b

Please sign in to comment.