Skip to content

Commit

Permalink
Merge pull request #448 from sora-xor/v3.8.6.4
Browse files Browse the repository at this point in the history
release soralution v3.8.6.4 144
  • Loading branch information
arvifox authored Nov 5, 2024
2 parents eb1c522 + 30915d6 commit e11a282
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ kotlin {
jvmToolchain(17)
}

// soralution 143 3.8.6.3 2024.10.31
// soralution 144 3.8.6.4 2024.11.03
// sora dae 118 3.8.5.3 2024.10.23

android {
Expand All @@ -30,8 +30,8 @@ android {
applicationId = "jp.co.soramitsu.sora"
minSdk = 26
targetSdk = 34
versionCode = System.getenv("CI_BUILD_ID")?.toInt() ?: 143
versionName = "3.8.6.3"
versionCode = System.getenv("CI_BUILD_ID")?.toInt() ?: 144
versionName = "3.8.6.4"
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.3 - SORA Card Improvements"
releaseName = "3.8.6.4 - 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
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
agp = "8.7.1"
agp = "8.7.2"
kotlin = "1.9.24"
appcompat = "1.7.0"
coroutines = "1.8.1"
Expand Down

0 comments on commit e11a282

Please sign in to comment.