Skip to content

Commit

Permalink
Merge pull request #2039 from safe-global/release
Browse files Browse the repository at this point in the history
GH-2035 update version number
  • Loading branch information
DmitryBespalov authored Jun 6, 2024
2 parents 1ea75cd + a680f15 commit 09d6e1e
Showing 1 changed file with 2 additions and 2 deletions.
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 09d6e1e

Please sign in to comment.