Skip to content

Commit

Permalink
1.3.6 updated
Browse files Browse the repository at this point in the history
  • Loading branch information
PranshulGG committed Aug 4, 2024
1 parent d2af5b7 commit 9d453e3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/src/main/assets/pages/alertPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,9 @@
const stateMain = components.state
const countryName = components.country

const alertDetails = alertEventDesc.split('\n').map(line => `<li>${line.trim()}</li>`).join('');


alertInfoDivCreate.innerHTML = `
Expand All @@ -336,7 +339,7 @@
<div class="description">
<p>${alertEventDesc}</p>
<ul>${alertDetails}</ul>
</div>
</div>
Expand Down
20 changes: 20 additions & 0 deletions release/output-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.example.weathermaster",
"variantName": "release",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 2,
"versionName": "1.3.6 (W)",
"outputFile": "app-release.apk"
}
],
"elementType": "File"
}

0 comments on commit 9d453e3

Please sign in to comment.