//*****************************
//*        FORT SDK V1.5      *
//*****************************

TO GET A SUCCESSFUL BUILD, please make sure to upgrade the build tool to [28.0.3].

[Please ignore the following notes if its your first time to integrate the FORT SDK to your native application]

Whats new?
Adapt Meeza payment option and Bug fixes.
New Dependency fort_android_sdk Jar V4 added.
targetSdkVersion 28


*Important notes from the previous release V1.4.*
The SDK V1.4.2 changes are as the following:
1. Support Android Oreo 8.1 API 27.
2. Sdk call accepts and returns a Map<String, Object> instead of Map<String, String>. Accordingly you are requested to change the 
types of the map holds your payment request details. 
3. Fort dependencies jar has been updated. if you are using eclipse as an IDE please update with the new attached JAR in dependencies file.
4. Bugs fixes.
5. Use implementation and api commands for gardle dependencies instead of compile based on AndroidStuio updates on gradle use.
Please browse to the dependencies folder > AndroidStudio_gradle to get the dependencies block of code.
6. If you have a customized design we recommend you to change the alias name 'app' in the layout file(s) to a custom/unique name to 
avoid any future unexpected issue with the build tools.

- We attached the updated layout files in the res folder. We renamed the 'app' alias name to 'fortSdkApp'.