We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6a3bcc commit bf55e41Copy full SHA for bf55e41
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.4")
+ versionName getKey("APP_VERSION_NAME", "3.6.5")
17
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
18
19
// Infura API key
0 commit comments