Skip to content

Commit

Permalink
daily dev 20220303
Browse files Browse the repository at this point in the history
Restore library version
Allow EditorWebView accessing URLs with custom certificate
UploadFileOperation: fix creationTimestamp type
Correct handling of creation timestamp
Update translations
Update Nextcloud Android library
  • Loading branch information
tobiasKaminsky committed Mar 3, 2022
1 parent 4b3f045 commit 63d4d07
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ ext {
daggerVersion = "2.41"
markwonVersion = "4.6.2"
prismVersion = "2.0.0"
androidLibraryVersion ="6df446126005d3a94e45ac41c97cc1320fe18931"
androidLibraryVersion ="06997631ef9d75890623b2b83eefcebf7535d089"
mockitoVersion = "4.3.1"
mockitoKotlinVersion = "4.0.0"
mockkVersion = "1.12.3"
Expand Down Expand Up @@ -161,8 +161,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
versionCode 20220302
versionName "20220302"
versionCode 20220303
versionName "20220303"
}

qa {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Restore library version
Allow EditorWebView accessing URLs with custom certificate
UploadFileOperation: fix creationTimestamp type
Correct handling of creation timestamp
Update translations
Update Nextcloud Android library

0 comments on commit 63d4d07

Please sign in to comment.