RafaelHovhannisyan

Results 2 issues of RafaelHovhannisyan

``` :CrosswalkWebView:incrementalReleaseJavaCompilationSafeguard UP-TO-DATE :CrosswalkWebView:compileReleaseJavaWithJavac :CrosswalkWebView:compileReleaseJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.). /Users/user/dev/tests/crosswalk-test/node_modules/react-native-webview-crosswalk/src/main/java/com/jordansexton/react/crosswalk/webview/CrosswalkWebViewPackage.java:26: error: method does not override or implement a method from a supertype...

Please update ../android/build.gradle file and replace code with this for higher Android versions ``` buildscript { repositories { google() jcenter() } dependencies { classpath 'com.android.tools.build:gradle:3.1.4' } } apply plugin: 'com.android.library'...