*********************************
InWebo - Application Demo Android
*********************************

Configuration
=============

Current SDK Version : 31
Minimum SDK Version : 24
Minimum Gradle Version : 4.2.0
Minimum JAVA Version : 8

Documentation
-------------

* [mAccess](https://docs.inwebo.com/documentation/1687970.html)

Prerequisites
-------------

1. [JDK 11](https://adoptopenjdk.net/?variant=openjdk11&jvmVariant=hotspot)
2. [Android Studio](https://developer.android.com/studio/index.html)
3. In `app/build.gradle`, configure :
    - your package name (`applicationId`)
    - your `macid` (`MACID`)
    - Android KeyStore (`signingConfigs`)
3. If your app need to receive remote push notification, you'll need to add your `google-services.json in` the app directory.
   Check more information on the firebase's documentation : https://firebase.google.com/docs/android/setup


NOTE
----

You can find the mAccess library in directory `app\libs\` and it was declared in file `app/build.gradle`.

The mAccess library can be downloaded from [Resources downloads](https://docs.inwebo.com/documentation/1903283.html)


Building from Source
--------------------

```bash
$ ./gradlew assembleDebug | assembleRelease
```
