Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
polstianka committed Oct 24, 2024
1 parent e1d3a82 commit e664135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ data class ConfigEntity(
batteryReservedAmount = json.optString("batteryReservedAmount", "0.3"),
batteryMaxInputAmount = json.optString("batteryMaxInputAmount", "3"),
batteryRefundEndpoint = json.optString("batteryRefundEndpoint", "https://battery-refund-app.vercel.app"),
batteryPromoDisable = false, // json.optBoolean("disable_battery_promo_module", true),
batteryPromoDisable = json.optBoolean("disable_battery_promo_module", true),
stakingInfoUrl = json.getString("stakingInfoUrl"),
tonapiSSEEndpoint = json.optString("tonapi_sse_endpoint", "https://rt.tonapi.io"),
tonapiSSETestnetEndpoint = json.optString("tonapi_sse_testnet_endpoint", "https://rt-testnet.tonapi.io"),
Expand Down
2 changes: 1 addition & 1 deletion apps/wallet/instance/main/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android {
targetSdk = 34
versionCode = 600

versionName = "5.0.2"
versionName = "5.0.3"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit e664135

Please sign in to comment.