Skip to content

Commit

Permalink
fix android init
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Nov 7, 2023
1 parent f5d8e9b commit 0bb516c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tooling/cli/src/plugin/android.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ pub fn command(cli: Cli) -> Result<()> {

let mut data = BTreeMap::new();
super::init::plugin_name_data(&mut data, &plugin_name);
data.insert("android_package_id", handlebars::to_json(&plugin_id));

let mut created_dirs = Vec::new();
template::render_with_generator(
Expand Down

0 comments on commit 0bb516c

Please sign in to comment.