Skip to content

Commit

Permalink
Fixed crashes on refresh | fixed wrong data caching
Browse files Browse the repository at this point in the history
  • Loading branch information
PranshulGG committed Nov 28, 2024
1 parent 5174021 commit 82cbb0a
Show file tree
Hide file tree
Showing 24 changed files with 245 additions and 85 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.example.weathermaster"
minSdk 22
targetSdk 33
versionCode 80
versionName "1.8.8 (W)"
versionCode 82
versionName "1.8.8.2 (W)"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
4 changes: 2 additions & 2 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 79,
"versionName": "1.8.7 (W)",
"versionCode": 82,
"versionName": "1.8.8.2 (W)",
"outputFile": "app-release.apk"
}
],
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/assets/app/apiKeysRotation.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@

// No need
Loading

0 comments on commit 82cbb0a

Please sign in to comment.