AfoxPlus / app-android-orders

0 stars 0 forks source link

Welcome to app-android-orders

GithubActions SonarCloud

app-android-orders It is the bookstore that is in charge of showing the information of products, orders, restaurants, etc. in the orders.

Setup

Create gradle.properties file in the root of your user's .gradle:

 REPO_USERID_AFOXPLUS=****  
 REPO_TOKEN_AFOXPLUS=****  
 SONARCLOUDTOKEN=****   

Run the following git commands:

git submodule init
git submodule update

Usage

dependencies {  
implementation("com.afoxplus.android:orders:$LAST_VERSION")
}  

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

License

MIT