Skip to content

Commit

Permalink
Bump 4.0 final
Browse files Browse the repository at this point in the history
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
  • Loading branch information
tobiasKaminsky committed Mar 21, 2023
1 parent c2ea081 commit 3f8b238
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 23
targetSdkVersion 33
versionCode 40000051
versionName "4.0.0 RC1"
versionCode 40000090
versionName "4.0.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/40000090.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 4.0.0 (March 21st, 2023)

- Design updates
- Update Material3 theming (@stefan-niedermann)
- open notes in online text editor
- Minor bug fixes

0 comments on commit 3f8b238

Please sign in to comment.