Skip to content

Commit

Permalink
Merge pull request #10362 from nextcloud/bump3.20.2
Browse files Browse the repository at this point in the history
Bump to 3.20.2
  • Loading branch information
tobiasKaminsky authored Jun 9, 2022
2 parents 94d973f + ee88ce3 commit a329a0d
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
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ configurations.configureEach {
def versionMajor = 3
def versionMinor = 20
def versionPatch = 2
def versionBuild = 51// 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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
daggerVersion = "2.41"
markwonVersion = "4.6.2"
prismVersion = "2.0.0"
androidLibraryVersion = "rc-2.10.2-01"
androidLibraryVersion = "2.10.2"
mockitoVersion = "4.4.0"
mockitoKotlinVersion = "4.0.0"
mockkVersion = "1.12.3"
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30200290.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 3.20.2 (June 9th, 2022)

- Several minor bugfixes

Minimum: NC 16 Server, Android 6.0 Marshmallow

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

0 comments on commit a329a0d

Please sign in to comment.