Browse Source

Merge pull request #2988 from nextcloud/chore/noid/1700Alpha

Bump main to 17.0.0 Alpha
Andy Scherzinger 1 year ago
parent
commit
fe86e57f82
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/build.gradle

+ 2 - 2
app/build.gradle

@@ -46,8 +46,8 @@ android {
 
         // mayor.minor.hotfix.increment (for increment: 01-50=Alpha / 51-89=RC / 90-99=stable)
         // xx   .xxx  .xx    .xx
-        versionCode 160010008
-        versionName "16.1.0 Alpha 08"
+        versionCode 170000001
+        versionName "17.0.0 Alpha 01"
 
         flavorDimensions "default"
         renderscriptTargetApi 19