Skip to content

Commit

Permalink
Bump version to 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
micahlt committed Sep 17, 2024
1 parent 0b376f9 commit 15c1623
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ android {
applicationId "com.micahlindley.offsides"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 38
versionName "0.7.4"
versionCode 39
versionName "0.7.5"
}
signingConfigs {
debug {
Expand Down
Binary file modified android/app/release/app-release.apk
Binary file not shown.
Binary file modified android/app/release/baselineProfiles/0/app-release.dm
Binary file not shown.
Binary file modified android/app/release/baselineProfiles/1/app-release.dm
Binary file not shown.
4 changes: 2 additions & 2 deletions android/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": 38,
"versionName": "0.7.4",
"versionCode": 39,
"versionName": "0.7.5",
"outputFile": "app-release.apk"
}
],
Expand Down
4 changes: 2 additions & 2 deletions docs/latest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"latestVersion": "0.7.4",
"changelog": "This update includes a fix that made logging in impossible for some users."
"latestVersion": "0.7.5",
"changelog": "This update resolved an issue where some users were experiencing a crash when opening DMs. It also adds tapping images to expand and zoom in on them."
}

0 comments on commit 15c1623

Please sign in to comment.