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