mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 09:39:25 +03:00
Merge pull request #1360 from nextcloud/removeGCMagain
Add GCM to gplay/modified
This commit is contained in:
commit
efdcf47b11
3 changed files with 2 additions and 2 deletions
|
@ -203,6 +203,7 @@ dependencies {
|
|||
// uncomment for gplay, modified
|
||||
// implementation "com.google.firebase:firebase-messaging:${googleLibraryVersion}"
|
||||
// implementation "com.google.android.gms:play-services-base:${googleLibraryVersion}"
|
||||
// implementation "com.google.android.gms:play-services-gcm:${googleLibraryVersion}"
|
||||
// implementation "com.google.firebase:firebase-core:${googleLibraryVersion}"
|
||||
implementation 'org.parceler:parceler-api:1.1.6'
|
||||
annotationProcessor 'org.parceler:parceler:1.1.6'
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
DO NOT TOUCH; GENERATED BY DRONE
|
||||
<span class="mdl-layout-title">Lint Report: 1 error and 579 warnings</span>
|
||||
<span class="mdl-layout-title">Lint Report: 1 error and 576 warnings</span>
|
|
@ -76,7 +76,6 @@
|
|||
<string name="uploader_wrn_no_account_setup_btn_text">Setup</string>
|
||||
<string name="uploader_wrn_no_account_quit_btn_text">Quit</string>
|
||||
<string name="uploader_error_title_no_file_to_upload">No file to upload</string>
|
||||
<string name="uploader_error_message_received_piece_of_text">%1$s cannot upload a piece of text as a file.</string>
|
||||
<string name="uploader_error_message_no_file_to_upload">Received data did not include a valid file.</string>
|
||||
<string name="uploader_error_title_file_cannot_be_uploaded">This file can not be uploaded</string>
|
||||
<string name="uploader_error_message_read_permission_not_granted">%1$s is not allowed to read a received file</string>
|
||||
|
|
Loading…
Reference in a new issue