Skip to content

Commit 4c40764

Browse files
Merge pull request #109 from robertqin86/master
Fix: Execution failed for task :app:mergeReleaseResources for Android release
2 parents e4e4e7b + 053f937 commit 4c40764

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Icon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PropTypes from 'prop-types';
44

55
import GalioTheme, { withGalio } from './theme';
66
import getIconType from './helpers/getIconType';
7-
import galioConfig from './fonts/galio.json';
7+
import galioConfig from './config/galio.json';
88

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

File renamed without changes.

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ import Switch from './Switch';
1111
import Text from './Text';
1212
import theme, { withGalio, GalioProvider } from './theme';
1313

14-
import galioConfig from './fonts/galio.json';
14+
import galioConfig from './config/galio.json';
1515
const GalioFont = require('./fonts/galio.ttf');
1616

17-
export {
17+
export {
1818
Block,
1919
Button,
2020
Card,

0 commit comments

Comments
 (0)