We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2ea081 + 3f8b238 commit 72818acCopy full SHA for 72818ac
app/build.gradle
@@ -15,8 +15,8 @@ android {
15
applicationId "it.niedermann.owncloud.notes"
16
minSdkVersion 23
17
targetSdkVersion 33
18
- versionCode 40000051
19
- versionName "4.0.0 RC1"
+ versionCode 40000090
+ versionName "4.0.0"
20
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
21
javaCompileOptions {
22
annotationProcessorOptions {
fastlane/metadata/android/en-US/changelogs/40000090.txt
@@ -0,0 +1,6 @@
1
+## 4.0.0 (March 21st, 2023)
2
+
3
+- Design updates
4
+- Update Material3 theming (@stefan-niedermann)
5
+- open notes in online text editor
6
+- Minor bug fixes
0 commit comments