Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump for 3.22.3 final #10978

Merged
merged 1 commit into from Nov 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/build.gradle
Expand Up @@ -60,7 +60,7 @@ configurations.configureEach {
def versionMajor = 3
def versionMinor = 22
def versionPatch = 3
def versionBuild = 52 // 0-50=Alpha / 51-98=RC / 90-99=stable
def versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable


def ndkEnv = new HashMap<String, String>()
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -6,7 +6,7 @@ buildscript {
daggerVersion = "2.44"
markwonVersion = "4.6.2"
prismVersion = "2.0.0"
androidLibraryVersion = "rc-2.12.1-01"
androidLibraryVersion = "2.12.1"
mockitoVersion = "4.8.0"
mockitoKotlinVersion = "4.0.0"
mockkVersion = "1.13.2"
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30220390.txt
@@ -0,0 +1,7 @@
## 3.22.3 (November 3, 2022)

- Bug fixes

Minimum: NC 16 Server, Android 6.0 Marshmallow

For a full list, please see https://github.com/nextcloud/android/milestone/76