Bahmni / connect2Bahmni

Flutter app for Clinicians/Doctors to access Bahmni (prototype app).
MIT License
6 stars 9 forks source link

Upgrading gradle version and using R8 instead of proguard #10

Closed Arnav2001 closed 1 year ago

Arnav2001 commented 1 year ago

fix:- #9

I have implemented R8 because it is more optimized and default feature provided by google which ensure that reverse engineering is not possible and code gets optimized for better optimization I have added android.enableR8.fullMode = true.

I have also upgraded to gradle version 7 to implement latest material 3 UI kit.

Kindly review my request and let me know if any change is required

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.