Skip to content

Commit

Permalink
Release version 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
micahlt committed Sep 5, 2024
1 parent 2c1423f commit 14cf699
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 19 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 36
versionName "0.7.2"
versionCode 37
versionName "0.7.3"
}
signingConfigs {
debug {
Expand Down
Binary file modified android/app/release/app-release.apk
Binary file not shown.
Binary file not shown.
Binary file not shown.
23 changes: 20 additions & 3 deletions android/app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,27 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 36,
"versionName": "0.7.2",
"versionCode": 37,
"versionName": "0.7.3",
"outputFile": "app-release.apk"
}
],
"elementType": "File"
"elementType": "File",
"baselineProfiles": [
{
"minApi": 28,
"maxApi": 30,
"baselineProfiles": [
"baselineProfiles/1/app-release.dm"
]
},
{
"minApi": 31,
"maxApi": 2147483647,
"baselineProfiles": [
"baselineProfiles/0/app-release.dm"
]
}
],
"minSdkVersionForDexing": 23
}
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.2",
"changelog": "This update includes a bugfix for the issue that caused app crashes when polls were viewed."
"latestVersion": "0.7.3",
"changelog": "This update includes bugfixes for login issues as well as experience improvments for polls."
}
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "offsides",
"version": "0.7.2",
"version": "0.7.3",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down Expand Up @@ -33,7 +33,7 @@
"react-native-safe-area-context": "^4.10.9",
"react-native-screens": "^3.34.0",
"react-native-vector-icons": "^10.1.0",
"react-native-video": "^6.4.5",
"react-native-video": "^6.5.0",
"rn-emoji-keyboard": "^1.7.0",
"semver": "^7.6.3",
"sidechat.js": "^2.5.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8186,10 +8186,10 @@ react-native-vector-icons@*, react-native-vector-icons@^10.1.0:
prop-types "^15.7.2"
yargs "^16.1.1"

react-native-video@^6.4.5:
version "6.4.5"
resolved "https://registry.npmjs.org/react-native-video/-/react-native-video-6.4.5.tgz"
integrity sha512-pq0oD/lm0NZv/nkQtNy2Bq1eG1+nlb9vVNgdeIz7twDhxLpqiwv4ef39UQlUHfPdnTa9fDyAke6VBc+0ogNjfA==
react-native-video@^6.5.0:
version "6.5.0"
resolved "https://registry.npmjs.org/react-native-video/-/react-native-video-6.5.0.tgz"
integrity sha512-P3FmyQgKigS4BmFG+6heRHzSp591U/Z+Iw08wWmiNsNiyLRa6x8B0ob4wqWTW4QfzsBf80udg1/T2W49KxxzYw==

react-native@*, "react-native@^0.0.0-0 || >=0.60 <1.0", react-native@^0.75.2, "react-native@>=0.66.5 <1.0.x":
version "0.75.2"
Expand Down

0 comments on commit 14cf699

Please sign in to comment.