We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43ce9fc commit 3246cbcCopy full SHA for 3246cbc
Simplenote/build.gradle
@@ -62,7 +62,7 @@ dependencies {
62
wearApp project(':Wear')
63
}
64
65
-version "1.8.0"
+version "1.8.1"
66
67
android {
68
testOptions {
@@ -75,7 +75,7 @@ android {
75
defaultConfig {
76
applicationId "com.automattic.simplenote"
77
versionName project.version
78
- versionCode 76
+ versionCode 77
79
minSdkVersion 16
80
targetSdkVersion 27
81
0 commit comments