From a680f15352269ea64b56ff6598ec4f8013076bfd Mon Sep 17 00:00:00 2001 From: Dmitry Bespalov Date: Tue, 28 May 2024 10:34:48 +0200 Subject: [PATCH 1/2] GH-2035 update version number --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5a6799275..e521fec29 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 From 9f55f9cfffe4dba099ba2fcd2e75e3f047066c4f Mon Sep 17 00:00:00 2001 From: Dmitry Bespalov Date: Fri, 21 Jun 2024 14:14:12 +0200 Subject: [PATCH 2/2] Update cla.yml --- .github/workflows/cla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 89356d12b..f99559d6f 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -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