We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ea75cd commit a680f15Copy full SHA for a680f15
app/build.gradle
@@ -13,8 +13,8 @@ apply from: '../buildsystem/test_android_dependencies.gradle'
13
android {
14
defaultConfig {
15
applicationId "io.gnosis.safe"
16
- versionCode getInt("APP_VERSION_CODE", 703)
17
- versionName getKey("APP_VERSION_NAME", "3.10.0")
+ versionCode getInt("APP_VERSION_CODE", 908)
+ versionName getKey("APP_VERSION_NAME", "3.11.0")
18
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
19
20
// Infura API key
0 commit comments