Browse Source

daily dev 20191204

7cf3ba93c Merge pull request #4925 from nextcloud/NotNull
cd86ff16c Merge pull request #4924 from nextcloud/theming_auto_upload
2f9c5e976 replace org.jetbrains.annotations with androidx.annotations
83903ea1d fix wrong sync status in auto upload on white theming
2dbf724b3 [tx-robot] updated from transifex
2d68e2e1c daily dev 20191203
Tobias Kaminsky 5 years ago
parent
commit
c3eec47779

+ 2 - 2
build.gradle

@@ -167,8 +167,8 @@ android {
             versionDev {
                 applicationId "com.nextcloud.android.beta"
                 dimension "default"
-                versionCode 20191203
-                versionName "20191203"
+                versionCode 20191204
+                versionName "20191204"
             }
 
             qa {

+ 6 - 0
src/versionDev/fastlane/metadata/android/en-US/changelogs/20191204.txt

@@ -0,0 +1,6 @@
+7cf3ba93c Merge pull request #4925 from nextcloud/NotNull
+cd86ff16c Merge pull request #4924 from nextcloud/theming_auto_upload
+2f9c5e976 replace org.jetbrains.annotations with androidx.annotations
+83903ea1d fix wrong sync status in auto upload on white theming
+2dbf724b3 [tx-robot] updated from transifex
+2d68e2e1c daily dev 20191203