Skip to content

Commit

Permalink
Merge pull request #1141 from soramitsu/staging
Browse files Browse the repository at this point in the history
staging
  • Loading branch information
Deneath authored Mar 29, 2024
2 parents 8f307d0 + 6236e86 commit f20e08e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ apply plugin: "org.sonarqube"
buildscript {
ext {
// App version
versionName = '3.4.2'
versionCode = 167
versionName = '3.4.3'
versionCode = 168

// SDK and tools
compileSdkVersion = 34
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ class AssetCache(
cachedAsset.redeemableInPlanks == updatedAsset.redeemableInPlanks &&
cachedAsset.reservedInPlanks == updatedAsset.reservedInPlanks &&
cachedAsset.unbondingInPlanks == updatedAsset.unbondingInPlanks &&
cachedAsset.tokenPriceId == updatedAsset.tokenPriceId
cachedAsset.tokenPriceId == updatedAsset.tokenPriceId &&
cachedAsset.status == updatedAsset.status
) {
return@withLock
}
Expand Down

0 comments on commit f20e08e

Please sign in to comment.