Add CircleCI 2

This commit is contained in:
Rodrigo Nascimento 2017-11-05 20:52:10 -02:00
parent 5435d4a102
commit 0126bc29fd
No known key found for this signature in database
GPG Key ID: CFCE33B7B01AC335
11 changed files with 7575 additions and 1592 deletions

View File

@ -105,13 +105,13 @@ android {
}
signingConfigs {
release {
if (project.hasProperty('KEYSTORE')) {
storeFile file(KEYSTORE)
storePassword KEYSTORE_PASSWORD
keyAlias KEY_ALIAS
keyPassword KEY_PASSWORD
}
}
if (project.hasProperty('KEYSTORE')) {
storeFile file(KEYSTORE)
storePassword KEYSTORE_PASSWORD
keyAlias KEY_ALIAS
keyPassword KEY_PASSWORD
}
}
}
splits {
abi {

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 B

View File

@ -1,6 +1,3 @@
import 'babel-polyfill';
import 'regenerator-runtime/runtime';
import { createStore, applyMiddleware } from 'redux';
import createSagaMiddleware from 'redux-saga';
import logger from 'redux-logger';

View File

@ -1,5 +1,5 @@
// import 'babel-polyfill';
// import 'regenerator-runtime/runtime';
import 'babel-polyfill';
import 'regenerator-runtime/runtime';
import { AppRegistry } from 'react-native';

View File

@ -1,5 +1,5 @@
// import 'babel-polyfill';
// import 'regenerator-runtime/runtime';
import 'babel-polyfill';
import 'regenerator-runtime/runtime';
import { AppRegistry } from 'react-native';

9142
package-lock.json generated

File diff suppressed because it is too large Load Diff