Skip to content

Latest commit

 

History

History
30 lines (30 loc) · 1.89 KB

README.md

File metadata and controls

30 lines (30 loc) · 1.89 KB

realmarketplace_frontend

Screenshots from application


used Modules

set up on your device

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.