-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BugFix - Use long type for lastGiven #14727
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: alperozturk <[email protected]>
fb7c368
to
71e4040
Compare
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/14727.apk |
test-Unit test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/14727-Unit-test-11-07 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #14727 +/- ##
============================================
- Coverage 24.20% 24.13% -0.07%
Complexity 3329 3329
============================================
Files 697 697
Lines 51268 51268
Branches 6909 6909
============================================
- Hits 12409 12375 -34
- Misses 36926 36980 +54
+ Partials 1933 1913 -20
🚀 New features to boost your workflow:
|
@@ -10,7 +10,7 @@ | |||
*/ | |||
buildscript { | |||
ext { | |||
androidLibraryVersion ="766e7b818cace55031c010d949645b991dd340e0" | |||
androidLibraryVersion ="f5b31bddd9" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change library hash after merging library PR
Library PR: nextcloud/android-library#1672
Issue: #14517