Skip to content

Commit

Permalink
switch to chains V8, increase version code
Browse files Browse the repository at this point in the history
  • Loading branch information
Deneath committed Feb 13, 2024
1 parent bf7ca0d commit b37ce6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
ext {
// App version
versionName = '3.3.1'
versionCode = 154
versionCode = 155

// SDK and tools
compileSdkVersion = 34
Expand Down
2 changes: 1 addition & 1 deletion runtime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {
}

release {
buildConfigField "String", "CHAINS_URL", "\"https://raw.githubusercontent.com/soramitsu/shared-features-utils/master/chains/v7/chains.json\""
buildConfigField "String", "CHAINS_URL", "\"https://raw.githubusercontent.com/soramitsu/shared-features-utils/master/chains/v8/chains.json\""
}
}

Expand Down

0 comments on commit b37ce6f

Please sign in to comment.