mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 15:15:51 +03:00
use gcm on gplay, modified as dependency
This commit is contained in:
parent
3b76cb55cb
commit
b0738fff2c
2 changed files with 1 additions and 5 deletions
|
@ -203,6 +203,7 @@ dependencies {
|
||||||
// uncomment for gplay, modified
|
// uncomment for gplay, modified
|
||||||
// implementation "com.google.firebase:firebase-messaging:${googleLibraryVersion}"
|
// implementation "com.google.firebase:firebase-messaging:${googleLibraryVersion}"
|
||||||
// implementation "com.google.android.gms:play-services-base:${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 "com.google.firebase:firebase-core:${googleLibraryVersion}"
|
||||||
implementation 'org.parceler:parceler-api:1.1.6'
|
implementation 'org.parceler:parceler-api:1.1.6'
|
||||||
annotationProcessor 'org.parceler:parceler:1.1.6'
|
annotationProcessor 'org.parceler:parceler:1.1.6'
|
||||||
|
|
|
@ -19,7 +19,6 @@
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
-->
|
-->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
|
||||||
package="com.owncloud.android"
|
package="com.owncloud.android"
|
||||||
android:versionCode="20000002"
|
android:versionCode="20000002"
|
||||||
android:versionName="2.0.0RC2">
|
android:versionName="2.0.0RC2">
|
||||||
|
@ -242,10 +241,6 @@
|
||||||
|
|
||||||
<service android:name=".services.observer.FileObserverService" />
|
<service android:name=".services.observer.FileObserverService" />
|
||||||
|
|
||||||
<service
|
|
||||||
android:name="com.evernote.android.job.gcm.PlatformGcmService"
|
|
||||||
tools:node="remove"/>
|
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".ui.activity.CopyToClipboardActivity"
|
android:name=".ui.activity.CopyToClipboardActivity"
|
||||||
android:icon="@drawable/copy_link"
|
android:icon="@drawable/copy_link"
|
||||||
|
|
Loading…
Reference in a new issue