We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec5e6d2 commit 0cf4fb9Copy full SHA for 0cf4fb9
app/build.gradle
@@ -41,10 +41,10 @@ android {
41
applicationId 'com.greenaddress.greenbits_android_wallet'
42
minSdkVersion 19
43
targetSdkVersion 28
44
- versionCode 320
+ versionCode 321
45
// Don't use defaultConfig.getProperty("versionCode") in versionName
46
// because it breaks F-Droid!
47
- versionName "3.2.0"
+ versionName "3.2.1"
48
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
49
}
50
flavorDimensions 'normal'
0 commit comments