Files
react-native-mail/android
Richard de Wit ee136b4b32 Fixes Android error "illegal start of type"
Fixes Android compilation error:

```
:RNMail:processReleaseJavaRes UP-TO-DATE
:RNMail:compileReleaseJavaWithJavac
/path/to/project/node_modules/react-native-mail/android/src/main/java/com/chirag/RNMail/RNMail.java:19: illegal start of type
    List<NativeModule> modules = new ArrayList<>();
                                               ^
1 error
:RNMail:compileReleaseJavaWithJavac FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':RNMail:compileReleaseJavaWithJavac'.
> Compilation failed; see the compiler error output for details.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED
```
2015-10-20 14:12:59 +02:00
..
2015-09-14 11:12:04 -04:00