Android AppCompat-v7 and Firestore gradle conflict
up vote
1
down vote
favorite
So I have the following gradle entry:
If I remove the firestore-part, it syncs just fine.
What am I missing?
[EDIT] This is what the error says:
android firebase android-gradle google-cloud-firestore
add a comment |
up vote
1
down vote
favorite
So I have the following gradle entry:
If I remove the firestore-part, it syncs just fine.
What am I missing?
[EDIT] This is what the error says:
android firebase android-gradle google-cloud-firestore
What does the error say?
– Alex Mamo
Nov 8 at 16:58
@AlexMamo: edited the question
– Ilonpilaaja
Nov 8 at 17:08
Have you tried to addimplementation 'com.android.support:animated-vector-drawable:28.0.0'
andimplementation 'com.android.support:support-media-compat:28.0.0'
?
– Alex Mamo
Nov 8 at 17:17
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
So I have the following gradle entry:
If I remove the firestore-part, it syncs just fine.
What am I missing?
[EDIT] This is what the error says:
android firebase android-gradle google-cloud-firestore
So I have the following gradle entry:
If I remove the firestore-part, it syncs just fine.
What am I missing?
[EDIT] This is what the error says:
android firebase android-gradle google-cloud-firestore
android firebase android-gradle google-cloud-firestore
edited Nov 9 at 8:40
Alex Mamo
36.1k62354
36.1k62354
asked Nov 8 at 16:57
Ilonpilaaja
317214
317214
What does the error say?
– Alex Mamo
Nov 8 at 16:58
@AlexMamo: edited the question
– Ilonpilaaja
Nov 8 at 17:08
Have you tried to addimplementation 'com.android.support:animated-vector-drawable:28.0.0'
andimplementation 'com.android.support:support-media-compat:28.0.0'
?
– Alex Mamo
Nov 8 at 17:17
add a comment |
What does the error say?
– Alex Mamo
Nov 8 at 16:58
@AlexMamo: edited the question
– Ilonpilaaja
Nov 8 at 17:08
Have you tried to addimplementation 'com.android.support:animated-vector-drawable:28.0.0'
andimplementation 'com.android.support:support-media-compat:28.0.0'
?
– Alex Mamo
Nov 8 at 17:17
What does the error say?
– Alex Mamo
Nov 8 at 16:58
What does the error say?
– Alex Mamo
Nov 8 at 16:58
@AlexMamo: edited the question
– Ilonpilaaja
Nov 8 at 17:08
@AlexMamo: edited the question
– Ilonpilaaja
Nov 8 at 17:08
Have you tried to add
implementation 'com.android.support:animated-vector-drawable:28.0.0'
and implementation 'com.android.support:support-media-compat:28.0.0'
?– Alex Mamo
Nov 8 at 17:17
Have you tried to add
implementation 'com.android.support:animated-vector-drawable:28.0.0'
and implementation 'com.android.support:support-media-compat:28.0.0'
?– Alex Mamo
Nov 8 at 17:17
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
This is an warning because Firebase still use old version of dependency. Simply add this dependencies the warning will be removed.
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support:support-media-compat:28.0.0'
implementation 'com.android.support:animated-vector-drawable:28.0.0'
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
This is an warning because Firebase still use old version of dependency. Simply add this dependencies the warning will be removed.
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support:support-media-compat:28.0.0'
implementation 'com.android.support:animated-vector-drawable:28.0.0'
add a comment |
up vote
1
down vote
accepted
This is an warning because Firebase still use old version of dependency. Simply add this dependencies the warning will be removed.
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support:support-media-compat:28.0.0'
implementation 'com.android.support:animated-vector-drawable:28.0.0'
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
This is an warning because Firebase still use old version of dependency. Simply add this dependencies the warning will be removed.
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support:support-media-compat:28.0.0'
implementation 'com.android.support:animated-vector-drawable:28.0.0'
This is an warning because Firebase still use old version of dependency. Simply add this dependencies the warning will be removed.
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support:support-media-compat:28.0.0'
implementation 'com.android.support:animated-vector-drawable:28.0.0'
answered Nov 8 at 17:16
Faysal Ahmed
3,37041129
3,37041129
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53212592%2fandroid-appcompat-v7-and-firestore-gradle-conflict%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
What does the error say?
– Alex Mamo
Nov 8 at 16:58
@AlexMamo: edited the question
– Ilonpilaaja
Nov 8 at 17:08
Have you tried to add
implementation 'com.android.support:animated-vector-drawable:28.0.0'
andimplementation 'com.android.support:support-media-compat:28.0.0'
?– Alex Mamo
Nov 8 at 17:17