diff --git a/app/build.gradle b/app/build.gradle index 2d8e3917987..78a8d58f2a9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { @@ -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"