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>2021-07-25 04:41:41 +0300
committerTobias Kaminsky <tobias@kaminsky.me>2021-07-25 04:41:41 +0300
commit2a30bd95c10e4148556fb83d123385742b293f27 (patch)
treeec7525c1d29f361732103d8f141b709980419bb0
parentce4f5c84c26ffcd928399bddb722cad2e0d09908 (diff)
daily dev 20210725dev-20210725
For SyncOperation FileDataStorageManager is required, therefore this is now part of constructor, whereas it before was only part of .execute() Remove .gitmodules and references to submodules in SETUP.md Use new dav Update bundle for Fastlane Change to uppercase update bouncycastle to 1.69 Update translations Update Nextcloud Android library
-rw-r--r--build.gradle6
-rw-r--r--src/versionDev/fastlane/metadata/android/en-US/changelogs/20210725.txt8
2 files changed, 11 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index c61b074f38..a0585f5da4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -60,7 +60,7 @@ ext {
daggerVersion = "2.36"
markwonVersion = "4.6.2"
prismVersion = "2.0.0"
- androidLibraryVersion ="2c238e72d0edbbb9d76357b822861337653bcaac"
+ androidLibraryVersion ="36530ad97733cad7a47766325f34aaf3e74faf13"
mockitoVersion = "3.11.0"
mockkVersion = "1.10.4"
powermockVersion = "2.0.9"
@@ -173,8 +173,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
- versionCode 20210722
- versionName "20210722"
+ versionCode 20210725
+ versionName "20210725"
}
qa {
diff --git a/src/versionDev/fastlane/metadata/android/en-US/changelogs/20210725.txt b/src/versionDev/fastlane/metadata/android/en-US/changelogs/20210725.txt
new file mode 100644
index 0000000000..ce8ab5497d
--- /dev/null
+++ b/src/versionDev/fastlane/metadata/android/en-US/changelogs/20210725.txt
@@ -0,0 +1,8 @@
+For SyncOperation FileDataStorageManager is required, therefore this is now part of constructor, whereas it before was only part of .execute()
+Remove .gitmodules and references to submodules in SETUP.md
+Use new dav
+Update bundle for Fastlane
+Change to uppercase
+update bouncycastle to 1.69
+Update translations
+Update Nextcloud Android library