Skip to content

Commit

Permalink
- Added Firebase App Distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
niyajali committed Nov 19, 2024
1 parent 8c2736e commit 84fd7a0
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 67 deletions.
65 changes: 0 additions & 65 deletions .github/workflows/deploy_site.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion mifospay-android/prodRelease-badging.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package: name='org.mifospay.android' versionCode='1' versionName='0.0.4-beta.0.59' platformBuildVersionName='15' platformBuildVersionCode='35' compileSdkVersion='35' compileSdkVersionCodename='15'
package: name='org.mifospay.android' versionCode='1' versionName='0.0.4-beta.0.62' platformBuildVersionName='15' platformBuildVersionCode='35' compileSdkVersion='35' compileSdkVersionCodename='15'
sdkVersion:'26'
targetSdkVersion:'34'
uses-permission: name='android.permission.INTERNET'
Expand Down
30 changes: 29 additions & 1 deletion mifospay-web/src/jsMain/resources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,36 @@
<head>
<meta charset="UTF-8">
<title>Mifos Wallet</title>
<script src="skiko.js"></script>
<link rel="shortcut icon" href="./favicon.ico">
<link rel="icon" type="image/x-icon" href="./favicon.ico">
<link href="styles.css" rel="stylesheet" type="text/css"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name='description' content='A Kotlin Multiplatform application based on top of Fineract.'>

<meta name='keywords' content='mifos, mobile, mobile-pay, wallet, mifos wallet'>
<meta name='subject' content='Mifos Wallet'>
<meta name='copyright' content='Mifos Initiative'>
<meta name='language' content='EN'>
<meta name="author" content="Mifos Initiative">
<meta name='robots' content='noindex,nofollow'>

<meta name='apple-touch-fullscreen' content='yes'>
<meta name="apple-mobile-web-app-title" content="Mifos Wallet">

<meta property='og:url' content='https://openmf.github.io/mobile-wallet/'>
<meta property='og:image' content='https://user-images.githubusercontent.com/44283521/78983673-455cf780-7b42-11ea-849e-ecd2009dd562.png'>
<meta property='og:site_name' content='Mifos Wallet'>
<meta property='og:description' content='A Kotlin Multiplatform application based on top of Fineract.'>

<meta name="twitter:title" content="Mifos Wallet">
<meta name="twitter:description" content="A Kotlin Multiplatform application based on top of Fineract.">

<meta property="og:image" content="https://user-images.githubusercontent.com/44283521/78983673-455cf780-7b42-11ea-849e-ecd2009dd562.png">
<meta property="og:image:width" content="321">
<meta property="og:image:height" content="321">
<meta name="twitter:image" content="https://user-images.githubusercontent.com/44283521/78983673-455cf780-7b42-11ea-849e-ecd2009dd562.png">

<script src="skiko.js"></script>
</head>
<body>
<div id="ComposeTargetContainer">
Expand Down

0 comments on commit 84fd7a0

Please sign in to comment.