Skip to content

Commit

Permalink
Bump for 3.22.3 final
Browse files Browse the repository at this point in the history
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
  • Loading branch information
AlvaroBrey committed Nov 3, 2022
1 parent f5ddb5f commit 4d887d1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
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

0 comments on commit 4d887d1

Please sign in to comment.