Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Kaminsky <tobias@kaminsky.me>2023-03-21 12:51:06 +0300
committerGitHub <noreply@github.com>2023-03-21 12:51:06 +0300
commit72818ac23c709e5b948c6ba57121f50f62987d93 (patch)
treeded364f811fa7fd3c947cfdcbe19bb9a5822a518
parentc2ea081d6fab56f94c3f3efaef8f24c6de4e3b2d (diff)
parent3f8b238397af15e8f344a602f57bc1c00633b3e5 (diff)
Merge pull request #1716 from nextcloud/bump4.0final4.0.0
Bump 4.0 final
-rw-r--r--app/build.gradle4
-rw-r--r--fastlane/metadata/android/en-US/changelogs/40000090.txt6
2 files changed, 8 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 4c0a5a57..7ad1848b 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -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 {
diff --git a/fastlane/metadata/android/en-US/changelogs/40000090.txt b/fastlane/metadata/android/en-US/changelogs/40000090.txt
new file mode 100644
index 00000000..0b1e9e39
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/40000090.txt
@@ -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