소스 검색

daily dev 20190711

85c129c9a Merge pull request #4217 from nextcloud/fixGSS
2c2425812 fix GSS on android: we send custom user agent to have info about device, but we need some identifier
e3923b24c Merge pull request #4214 from nextcloud/dependabot/gradle/com.android.tools.build-gradle-3.4.2
5362f4fdc daily dev 20190710
Tobias Kaminsky 5 년 전
부모
커밋
9fa458e55b
2개의 변경된 파일6개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      build.gradle
  2. 4 0
      src/versionDev/fastlane/metadata/android/en-US/changelogs/20190711.txt

+ 2 - 2
build.gradle

@@ -152,8 +152,8 @@ android {
             versionDev {
                 applicationId "com.nextcloud.android.beta"
                 dimension "default"
-                versionCode 20190710
-                versionName "20190710"
+                versionCode 20190711
+                versionName "20190711"
             }
 
             qa {

+ 4 - 0
src/versionDev/fastlane/metadata/android/en-US/changelogs/20190711.txt

@@ -0,0 +1,4 @@
+85c129c9a Merge pull request #4217 from nextcloud/fixGSS
+2c2425812 fix GSS on android: we send custom user agent to have info about device, but we need some identifier
+e3923b24c Merge pull request #4214 from nextcloud/dependabot/gradle/com.android.tools.build-gradle-3.4.2
+5362f4fdc daily dev 20190710