teogor / ceres

🪐 Ceres is a comprehensive Android development framework designed to streamline your app development process. Powered by the latest technologies like Jetpack Compose, Hilt, Coroutines, and Flow, Ceres empowers developers to build modern and efficient Android applications.

Home Page:https://source.teogor.dev/ceres

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[`ceres-firebase`] Failed to resolve $firebase-module dependency

zeoowl-dev opened this issue · comments

Please complete the following information:

  • Library Version: 1.0.0-alpha01

Describe the Bug:

With the ceres-firebase module added the below error is thrown:

Failed to resolve: com.google.firebase:firebase-appindexing

Expected Behavior:

The project should build succesfully

We are using firebase bom to add the dependencies. For some reasons com.vanniktech.maven.publish does not recognize that dependency when uploading the library to maven.

It will be fixed in the next release

this is false positive. @zeoowl-dev please try to remove ´com.google.firebase:firebase-appindexing´ as it was deprecated

yes, it does the trick! thanks, @teogor