Skip to content

Commit

Permalink
chore: moved android manifest hook
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Dec 15, 2016
1 parent b1bcdd8 commit 1b2a375
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions hooks/lib/android/manifestWriter.js → hooks/lib/android/androidManifest.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
'use strict';

/**
Class injects plugin preferences into AndroidManifest.xml file.
*/
(function () {
// injects config.xml preferences into AndroidManifest.xml file.

var path = require('path'),
xmlHelper = require('../xmlHelper.js');
(function () {
// properties
var path = require('path');
var xmlHelper = require('../xmlHelper.js');

// entry
module.exports = {
writePreferences: writePreferences
};
Expand Down

0 comments on commit 1b2a375

Please sign in to comment.