agrosner / DBFlow

A blazing fast, powerful, and very simple ORM android database library that writes database code for you.
MIT License
4.87k stars 598 forks source link

Could not resolve com.github.Raizlabs.DBFlow:dbflow-processor:3.0.0 in jetpack.io #1727

Open cxMax opened 2 years ago

cxMax commented 2 years ago

ISSUE_TEMPLATE

DBFlow Version: 3.0.0 Bug or Feature Request: can not find com.github.Raizlabs.DBFlow 3.0.0 in jetpack.io image Description:

but i sloved it then steps as follow :

  1. find https://jitpack.io/com/github/Raizlabs/DBFlow/3.0.0/build.log
  2. download https://jitpack.io/com/github/Raizlabs/DBFlow/dbflow-core/3.0.0/dbflow-core-3.0.0.jar
  3. donwload https://jitpack.io/com/github/Raizlabs/DBFlow/dbflow/3.0.0/dbflow-3.0.0.aar
  4. but https://jitpack.io/com/github/Raizlabs/DBFlow/dbflow-processor/3.0.0/dbflow-processor-3.0.0.jar can not found, i fork the project checkout TAG ‘3.0.0’,and build it
  5. compile them as aar in your proejct