浏览代码

daily dev 20190928

5bcab439b Merge pull request #4538 from nextcloud/ezaquarii/fix-broken-account-registration
8954aafb5 Merge pull request #4545 from nextcloud/ezaquarii/speculative-fix-for-npe-in-log-d
f64485f27 Merge pull request #4539 from nextcloud/ezaquarii/fix-npe-crash-in-ocfilelistfragment
b498e8eee [tx-robot] updated from transifex
ed704c632 Fix for NPE caused by Log.d in ThumbnailsCacheManager
551c4d3f1 Fix NPE crash in OCFileListFragment when action mode is destroyed
953ee005e Fix registration of second account on first run
6f8c91e44 Merge pull request #4532 from nextcloud/dependabot/gradle/com.github.bumptech.glide-glide-3.8.0
357ee5e31 daily dev 20190926
Tobias Kaminsky 5 年之前
父节点
当前提交
f10843e03c
共有 2 个文件被更改,包括 11 次插入2 次删除
  1. 2 2
      build.gradle
  2. 9 0
      src/versionDev/fastlane/metadata/android/en-US/changelogs/20190928.txt

+ 2 - 2
build.gradle

@@ -153,8 +153,8 @@ android {
             versionDev {
                 applicationId "com.nextcloud.android.beta"
                 dimension "default"
-                versionCode 20190926
-                versionName "20190926"
+                versionCode 20190928
+                versionName "20190928"
             }
 
             qa {

+ 9 - 0
src/versionDev/fastlane/metadata/android/en-US/changelogs/20190928.txt

@@ -0,0 +1,9 @@
+5bcab439b Merge pull request #4538 from nextcloud/ezaquarii/fix-broken-account-registration
+8954aafb5 Merge pull request #4545 from nextcloud/ezaquarii/speculative-fix-for-npe-in-log-d
+f64485f27 Merge pull request #4539 from nextcloud/ezaquarii/fix-npe-crash-in-ocfilelistfragment
+b498e8eee [tx-robot] updated from transifex
+ed704c632 Fix for NPE caused by Log.d in ThumbnailsCacheManager
+551c4d3f1 Fix NPE crash in OCFileListFragment when action mode is destroyed
+953ee005e Fix registration of second account on first run
+6f8c91e44 Merge pull request #4532 from nextcloud/dependabot/gradle/com.github.bumptech.glide-glide-3.8.0
+357ee5e31 daily dev 20190926