Skip to content

Commit

Permalink
re-add boolean type to generation
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Jan 9, 2018
1 parent e79a087 commit f80554e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generation/adapters/android.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = generator({
typeCheckInterfaces,
contentSanitizersForType: {},
contentSanitizersForFunction,
supportedTypes: ["Integer", "int", "double", "String"],
supportedTypes: ["Integer", "int", "double", "String", "boolean"],
renameTypesMap: {
int: "Integer", // TODO: add test
double: "Double"
Expand Down

0 comments on commit f80554e

Please sign in to comment.