Skip to content

Commit

Permalink
Merge pull request #109 from robertqin86/master
Browse files Browse the repository at this point in the history
Fix: Execution failed for task :app:mergeReleaseResources for Android release
  • Loading branch information
palingheorghe authored Aug 12, 2019
2 parents e4e4e7b + 053f937 commit 4c40764
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Icon.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PropTypes from 'prop-types';

import GalioTheme, { withGalio } from './theme';
import getIconType from './helpers/getIconType';
import galioConfig from './fonts/galio.json';
import galioConfig from './config/galio.json';

const Galio = createIconSetFromIcoMoon(galioConfig, 'Galio', './fonts/galio.ttf');

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ import Switch from './Switch';
import Text from './Text';
import theme, { withGalio, GalioProvider } from './theme';

import galioConfig from './fonts/galio.json';
import galioConfig from './config/galio.json';
const GalioFont = require('./fonts/galio.ttf');

export {
export {
Block,
Button,
Card,
Expand Down

0 comments on commit 4c40764

Please sign in to comment.