Skip to content

Commit

Permalink
1.4.7 updated
Browse files Browse the repository at this point in the history
  • Loading branch information
PranshulGG committed Aug 22, 2024
1 parent a354c9a commit 5304fef
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdk 22
targetSdk 33
versionCode 2
versionName "1.4.6 (W)"
versionName "1.4.7 (W)"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
28 changes: 28 additions & 0 deletions app/src/main/assets/app/apiKeysRotation.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
const apiKeysDaily = [
'd94bcd435b62a031771c35633f9f310a',
'3b833dcd6aac36124a8a30e182224427',
'dd1571a8ad3fd44555e8a5d66db01929',
'82005d27a116c2880c8f0fcb866998a0',
];


const apiKeysAlerts = [
'd94bcd435b62a031771c35633f9f310a',
'3b833dcd6aac36124a8a30e182224427',
'dd1571a8ad3fd44555e8a5d66db01929',
'82005d27a116c2880c8f0fcb866998a0',
];

const apiKeysCityName = [
'7147cfac7299479da122684c73d9b80a',
'09713ffe266c4dfa99b98157dfd148f9',
'66f9ad95f6704259a376949eaa659e62'
];

const apiKeysGeo = [
'7147cfac7299479da122684c73d9b80a',
'09713ffe266c4dfa99b98157dfd148f9',
'66f9ad95f6704259a376949eaa659e62'
];


4 changes: 2 additions & 2 deletions app/src/main/assets/pages/AboutPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<md-list-item id="show_time_toast">
<md-icon slot="start" icon-filled>info</md-icon>
<div slot="headline" style="margin-bottom: 2px;">Version</div>
<div slot="supporting-text">1.4.6 (W)</div>
<div slot="supporting-text">1.4.7 (W)</div>
</md-list-item>

</md-list>
Expand Down Expand Up @@ -178,7 +178,7 @@


document.getElementById('checkUpdatesBtn').addEventListener('click', async function() {
const currentVersion = 'v1.4.6';
const currentVersion = 'v1.4.7';
const githubRepo = 'PranshulGG/WeatherMaster';
const releasesUrl = `https://api.github.com/repos/${githubRepo}/releases/latest`;

Expand Down

0 comments on commit 5304fef

Please sign in to comment.