Skip to content
This repository was archived by the owner on May 14, 2021. It is now read-only.

Commit 89de735

Browse files
authored
Merge pull request #54 from kinecosystem/update_tests_urls_and_migration_module_version
1. Update migration module version to 1.0.3
2 parents 9f684ba + b5e6981 commit 89de735

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kin-devplatform-sdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ android {
1919
dependencies {
2020

2121
implementation project(':kin-devplatform-core')
22-
implementation 'com.github.kinecosystem:kin-migration-module-android:1.0.2'
22+
implementation 'com.github.kinecosystem:kin-migration-module-android:1.0.3'
2323
implementation 'com.github.kinecosystem.kin-ecosystem-android-sdk:recovery:d73ef56'
2424
api 'com.github.kinecosystem:kin-utils-android:1.1'
2525
implementation devDependencies.appCompat_v7

kin-devplatform-sdk/src/main/java/kin/devplatform/Environment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public static KinEnvironment getPlayground() {
8080
PLAYGROUND = new Environment(
8181
"https://horizon-playground.kininfrastructure.com",
8282
"Kin Playground Network ; June 2018",
83-
"http://horizon-testnet.kininfrastructure.com",
83+
"https://horizon-testnet.kininfrastructure.com",
8484
"Kin Testnet ; December 2018",
8585
"GBC3SG6NGTSZ2OMH3FFGB7UVRQWILW367U4GSOOF4TFSZONV42UJXUH7",
8686
"https://migration-devplatform-playground.developers.kinecosystem.com/migrate?address=",

0 commit comments

Comments
 (0)