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