Generate Source and Binary compatibility reports between two java/android library versions. Check report before updating to a newer version of the library in your project. So, you can update it without worrying about breaking the app 😄
To know more about what is source and binary compatiblity, you can read the following blog posts:
- Source, Binary and backward compatibility to rule them all
- Maintaining compatibility in Kotlin libraries
Create .env file with following config:
SERVER_BASE_URL=http://localhost:8080Note: Make sure you're running BE web server on port 8080
From your terminal:
npm ci
npm run devIt is deployed on Fly.io