Browse Source

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 years ago
parent
commit
9fa458e55b

+ 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