Skip to content

Commit

Permalink
remove firebase analystics classes from gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
iNPUTmice committed Dec 13, 2018
1 parent acea062 commit c2067e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Expand Up @@ -31,8 +31,10 @@ ext {
}

dependencies {
playstoreImplementation('com.google.firebase:firebase-messaging:15.0.2') {
playstoreImplementation('com.google.firebase:firebase-messaging:17.3.4') {
exclude group: 'com.google.firebase', module: 'firebase-core'
exclude group: 'com.google.firebase', module: 'firebase-analytics'
exclude group: 'com.google.firebase', module: 'firebase-measurement-connector'
}
implementation 'org.sufficientlysecure:openpgp-api:10.0'
implementation ('com.theartofdev.edmodo:android-image-cropper:2.7.+') {
Expand Down
1 change: 1 addition & 0 deletions proguard-rules.pro
Expand Up @@ -17,3 +17,4 @@
-dontwarn org.bouncycastle.jce.provider.X509LDAPCertStoreSpi
-dontwarn org.bouncycastle.cert.dane.**
-dontwarn rocks.xmpp.addr.**
-dontwarn com.google.firebase.analytics.connector.AnalyticsConnector

0 comments on commit c2067e3

Please sign in to comment.