react-native/RNTester/android/app
Dulmandakh 18e9ea2112 Suppress lint errors in Dialog module. remove abortOnError=false (#19740)
Summary:
Suppress lint errors in Dialog module. remove abortOnError=false.

This might hide future problems, so removing it
``` gradle
lintOptions {
  abortOnError false
}
```

Builds locally just fine. But CI is failing for unknown reasons. https://circleci.com/gh/dulmandakh/react-native/265

RNTester will built without errors
Closes https://github.com/facebook/react-native/pull/19740

Differential Revision: D8450600

Pulled By: hramos

fbshipit-source-id: faf508a0c546af18a05ee224628f88b02a38ab9f
2018-06-15 14:28:39 -07:00
..
src/main enhance RNTester android config 2018-04-08 17:25:38 -07:00
BUCK Re-format BUCK to use recommended style. 2018-05-20 23:24:51 -07:00
build.gradle Suppress lint errors in Dialog module. remove abortOnError=false (#19740) 2018-06-15 14:28:39 -07:00
gradle.properties add RNTester to ci (#19673) 2018-06-14 18:30:54 -07:00
my-release-key.keystore add RNTester to ci (#19673) 2018-06-14 18:30:54 -07:00
proguard-rules.pro Re-license and rename UIExplorer integration test app as RNTester 2017-05-08 11:31:19 -07:00