- https://github.com/zetbaitsu/Compressor
- https://github.com/square/picasso
- https://square.github.io/retrofit/
- https://mvnrepository.com/artifact/com.squareup.okhttp3
- https://github.com/ongakuer/CircleIndicator
- https://mvnrepository.com/artifact/org.jetbrains.kotlinx
- https://mvnrepository.com/artifact/junit/junit/4.13.2
- https://github.com/MikeOrtiz/TouchImageView
Clone realmarketplace_frontend repository on your device.
Open the projec in andorid studio.
There is a huge chance that you are using different version of gradle and verison of android libraries.
Change all optionts to get your parameters satisfied.
Most likely you have to change verion of android librarys so navigate your self into build.gradle (Project)
plugins{
...
id 'com.android.application' version 'your_version' apply false
id 'com.android.library' version 'your_version' apply false
...
}
Try to build the project.