Skip to content

Commit

Permalink
Merge pull request #447 from sora-xor/sca-217
Browse files Browse the repository at this point in the history
release sora v3.8.6.1 120
  • Loading branch information
arvifox authored Nov 4, 2024
2 parents 711a992 + 7cd0be8 commit 2a4419b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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 143 3.8.6.3 2024.10.31
// sora dae 119 3.8.6.0 2024.11.01
// sora dae 120 3.8.6.1 2024.11.02

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() ?: 119
versionName = "3.8.6.0"
versionCode = System.getenv("CI_BUILD_ID")?.toInt() ?: 120
versionName = "3.8.6.1"
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.6.0 - SORA Card Improvements"
releaseName = "3.8.6.1 - SORA Card Improvements"
defaultToAppBundles = true
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ object OptionsProvider {
const val nbspace = Typography.nbsp
const val euroSign = ''
const val soracard = "2.2.4"
const val soracardFiatPackageTest = "com.soracard.iban.wallet.test"
const val soracardFiatPackageProd = "com.soracard.iban.wallet"
const val soracardFiatPackageTest = "com.soracard.wallet.iban.test"
const val soracardFiatPackageProd = "com.soracard.wallet.iban"

const val website = "https://sora.org"
const val sourceLink = "https://github.com/sora-xor/Sora-Android"
Expand Down

0 comments on commit 2a4419b

Please sign in to comment.