Open riyasingh1004 opened 5 years ago
I don't understand why my build is failing.I tried writing the code in two ways,its working on my system but failing here @RajaVamsi11 .
@riyasingh1004 Run the check like this ./gradlew check --stacktrace
or ./gradlew check --debug
or ./gradlew check info
and you will know why the build is failing.
@riyasingh1004 are you working on this
Yes , I have already made a pull request in apache/fineract-cn-mobile repository.
Fixes #209
[x] Apply the
AndroidStyle.xml
style template to your code in Android Studio.[x] Run the unit tests with
./gradlew check
to make sure you didn't break anything[x] If you have multiple commits please combine them into one commit by squashing them.