Skip to content

Commit

Permalink
sora v3.8.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arvifox committed Sep 6, 2024
1 parent 76fa596 commit f99a8bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ kotlin {
}

// soralution 139 3.8.5.0 2024.09.06
// sora dae 114 3.8.4.0 2024.03.19
// sora dae 115 3.8.5.0 2024.09.06

android {
namespace = "jp.co.soramitsu.sora"
Expand All @@ -30,8 +30,8 @@ android {
applicationId = "jp.co.soramitsu.sora"
minSdk = 26
targetSdk = 34
versionCode = System.getenv("CI_BUILD_ID")?.toInt() ?: 114
versionName = "3.8.4.0"
versionCode = System.getenv("CI_BUILD_ID")?.toInt() ?: 115
versionName = "3.8.5.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled = true
// resConfigs "en", "ru", "es", "fr", "de", "nb", "in", "tr", "ar"
Expand Down Expand Up @@ -172,7 +172,7 @@ play {
serviceAccountCredentials = file(System.getenv("CI_PLAY_KEY") ?: "../key/fake.json")
track = "internal"
releaseStatus = ReleaseStatus.DRAFT
releaseName = "3.8.4.0 - Bug fixes and minor improvements"
releaseName = "3.8.5.0 - SORA card improvements"
defaultToAppBundles = true
}

Expand Down

0 comments on commit f99a8bb

Please sign in to comment.