We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1e6b61 commit 82ebf11Copy full SHA for 82ebf11
app/build.gradle
@@ -45,10 +45,10 @@ android {
45
applicationId 'com.greenaddress.greenbits_android_wallet'
46
minSdkVersion 19
47
targetSdkVersion 28
48
- versionCode 305
+ versionCode 306
49
// Don't use defaultConfig.getProperty("versionCode") in versionName
50
// because it breaks F-Droid!
51
- versionName "3.0.5"
+ versionName "3.0.6"
52
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
53
}
54
flavorDimensions 'normal'
0 commit comments