Skip to content

Commit

Permalink
Merge branch 'master' into GH-2044/fix-safetxhash
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryBespalov authored Jul 1, 2024
2 parents bc65819 + c58ff94 commit 82faad0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# the below token should have repo scope and must be manually added by you in the repository's secret
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_ACCESS_TOKEN }}
with:
path-to-signatures: 'signatures/version1/cla.json'
path-to-document: 'https://safe.global/cla' # e.g. a CLA or a DCO document
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ apply from: '../buildsystem/test_android_dependencies.gradle'
android {
defaultConfig {
applicationId "io.gnosis.safe"
versionCode getInt("APP_VERSION_CODE", 703)
versionName getKey("APP_VERSION_NAME", "3.10.0")
versionCode getInt("APP_VERSION_CODE", 908)
versionName getKey("APP_VERSION_NAME", "3.11.0")
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

// Infura API key
Expand Down

0 comments on commit 82faad0

Please sign in to comment.