Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Kaminsky <tobias@kaminsky.me>2020-10-03 04:43:27 +0300
committerTobias Kaminsky <tobias@kaminsky.me>2020-10-03 04:43:27 +0300
commitfe4f8c21609149b6ad542a3e4af5e911b1d7dd55 (patch)
treea73751d67b897b5c99bef33f43b7974bb196117d
parented35aaa6a9b527236a23913acd23db2c3531bc4d (diff)
daily dev 20201003dev-20201003
spotbugs: Method does not presize the allocation of a collection use a constant for equals statement Add send multiple files, if downloaded add tests Prevent firebase crashes re-add flag_secure to prevent showing content if app is locked unify mockk version drop Android 4.3, new min version is Android 4.4 add skip option in case of name collision Update translations Update Nextcloud Android library Update 3rd-party dependencies
-rw-r--r--build.gradle6
-rw-r--r--src/versionDev/fastlane/metadata/android/en-US/changelogs/20201003.txt12
2 files changed, 15 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index 27b03f6dd3..322068ff63 100644
--- a/build.gradle
+++ b/build.gradle
@@ -60,7 +60,7 @@ ext {
markwonVersion = "4.6.0"
prismVersion = "2.0.0"
butterknifeVersion = "10.2.3"
- androidLibraryVersion ="82d05a2529b80e467cc4a8d954564001a36ea326"
+ androidLibraryVersion ="eeb4cc44e3da2f4a1788f2a4578c756760e2d9ed"
mockitoVersion = "3.5.13"
mockkVersion = "1.10.2"
byteBuddyVersion = "1.10.16"
@@ -173,8 +173,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
- versionCode 20201001
- versionName "20201001"
+ versionCode 20201003
+ versionName "20201003"
}
qa {
diff --git a/src/versionDev/fastlane/metadata/android/en-US/changelogs/20201003.txt b/src/versionDev/fastlane/metadata/android/en-US/changelogs/20201003.txt
new file mode 100644
index 0000000000..4204ad73b9
--- /dev/null
+++ b/src/versionDev/fastlane/metadata/android/en-US/changelogs/20201003.txt
@@ -0,0 +1,12 @@
+spotbugs: Method does not presize the allocation of a collection
+use a constant for equals statement
+Add send multiple files, if downloaded
+add tests
+Prevent firebase crashes
+re-add flag_secure to prevent showing content if app is locked
+unify mockk version
+drop Android 4.3, new min version is Android 4.4
+add skip option in case of name collision
+Update translations
+Update Nextcloud Android library
+Update 3rd-party dependencies