Skip to content

Commit

Permalink
replace dev with tst (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvifox authored Dec 12, 2024
1 parent 1dbe7ea commit 2cd1367
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
package jp.co.soramitsu.common.domain

object FlavorOptionsProvider {
const val wsHostUrl = "wss://ws.framenode-1.r0.dev.sora2.soramitsu.co.jp/"
const val typesFilePath = "dev"
const val wsHostUrl = "wss://ws.framenode-1.r0.tst.sora2.soramitsu.co.jp"
const val typesFilePath = "tst"
}
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
agp = "8.7.2"
agp = "8.7.3"
kotlin = "1.9.24"
appcompat = "1.7.0"
coroutines = "1.8.1"
Expand Down Expand Up @@ -56,13 +56,13 @@ room = "2.6.1"
lazySodium = "5.0.2"
jna = "5.8.0"
kover = "0.8.3"
soramitsuSoracard = "1.2.0-RC4"
soramitsuSoracard = "1.2.0-RC7"
soramitsuXnetworking = "1.0.10"
soramitsuXsubstrate = "1.2.7"
soramitsuUicore = "0.2.37"
soramitsuUicore = "0.2.39"
soramitsuXbackup = "1.2.3"
soramitsuXcrypto = "1.2.7"
soramitsuAndroidFoundation = "0.0.3"
soramitsuAndroidFoundation = "0.0.4"

[libraries]
soramitsu-android-foundation = { module = "jp.co.soramitsu:android-foundation", version.ref = "soramitsuAndroidFoundation" }
Expand Down

0 comments on commit 2cd1367

Please sign in to comment.