We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d297fe commit bc76ba3Copy full SHA for bc76ba3
app/build.gradle
@@ -13,7 +13,7 @@ android {
13
defaultConfig {
14
applicationId "io.gnosis.safe"
15
versionCode getInt("APP_VERSION_CODE", 703)
16
- versionName getKey("APP_VERSION_NAME", "3.6.2")
+ versionName getKey("APP_VERSION_NAME", "3.6.3")
17
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
18
19
// Infura API key
0 commit comments