Skip to content

Commit

Permalink
release soralution v3.8.6.2 142
Browse files Browse the repository at this point in the history
  • Loading branch information
arvifox committed Oct 30, 2024
1 parent d646c68 commit ffbe2de
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 @@ -19,7 +19,7 @@ kotlin {
jvmToolchain(17)
}

// soralution 141 3.8.6.1 2024.10.29
// soralution 142 3.8.6.2 2024.10.30
// 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() ?: 141
versionName = "3.8.6.1"
versionCode = System.getenv("CI_BUILD_ID")?.toInt() ?: 142
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

0 comments on commit ffbe2de

Please sign in to comment.