Skip to content

Commit

Permalink
Set version 0.28.2, update faqUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
omurovch committed Dec 9, 2022
1 parent 44c3025 commit a4767fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "io.horizontalsystems.bankwallet"
minSdkVersion min_sdk_version
targetSdkVersion compile_sdk_version
versionCode 70
versionName "0.28.1"
versionCode 71
versionName "0.28.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

kapt {
Expand Down Expand Up @@ -103,7 +103,7 @@ android {
resValue "string", "defiyieldProviderApiKey", "b66ea1f5-f645-4e15-905a-65941580107d"
resValue "string", "is_release", "true"
resValue "string", "guidesUrl", "https://raw.githubusercontent.com/horizontalsystems/blockchain-crypto-guides/v1.2/index.json"
resValue "string", "faqUrl", "https://raw.githubusercontent.com/horizontalsystems/Unstoppable-Wallet-Website/master/src/faq.json"
resValue "string", "faqUrl", "https://raw.githubusercontent.com/horizontalsystems/Unstoppable-Wallet-Website/v1.3/src/faq.json"
resValue "string", "coinsJsonUrl", "https://raw.githubusercontent.com/horizontalsystems/cryptocurrencies/v0.21/coins.json"
resValue "string", "providerCoinsJsonUrl", "https://raw.githubusercontent.com/horizontalsystems/cryptocurrencies/v0.21/provider.coins.json"
resValue "string", "marketApiBaseUrl", "https://api.blocksdecoded.com"
Expand Down

0 comments on commit a4767fa

Please sign in to comment.