#Ionic Publish Android App
This is the process to publish an ionic android app.
-
Make sure you set/increment the version number in
config.xmlie0.0.3. -
Make sure the android platform has been added
| #!/usr/bin/env python3 | |
| from aws_cdk import core | |
| from cdk.cdk_stack import CdkStack | |
| app = core.App() | |
| # Params and stage info |
#Ionic Publish Android App
This is the process to publish an ionic android app.
Make sure you set/increment the version number in config.xml ie 0.0.3.
Make sure the android platform has been added
| var app = angular.module("modalFormApp", ['ui.bootstrap']); | |
| app.controller("modalAccountFormController", ['$scope', '$modal', '$log', | |
| function ($scope, $modal, $log) { | |
| $scope.showForm = function () { | |
| $scope.message = "Show Form Button Clicked"; | |
| console.log($scope.message); | |
| var modalInstance = $modal.open({ |