Skip to content

AntoninKadrmas/realmarketplace_frontend

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages