Skip to content

Commit

Permalink
release sora v3.8.6.2 121
Browse files Browse the repository at this point in the history
  • Loading branch information
arvifox committed Nov 4, 2024
1 parent 2a4419b commit 13bb703
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 120 3.8.6.1 2024.11.02
// sora dae 121 3.8.6.2 2024.11.04

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

Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />

<queries>
<package android:name="com.soracard.iban.wallet"/>
<package android:name="com.soracard.iban.wallet.test"/>
<package android:name="com.soracard.wallet.iban"/>
<package android:name="com.soracard.wallet.iban.test"/>
</queries>

<application
Expand Down

0 comments on commit 13bb703

Please sign in to comment.