Skip to content

Commit

Permalink
Change update URL
Browse files Browse the repository at this point in the history
  • Loading branch information
micahlt committed Mar 7, 2024
1 parent 5a5a314 commit d949fdf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/screens/SettingsScreen.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ function SettingsScreen({ navigation }) {
mode="contained-tonal"
onPress={() => {
Linking.openURL(
'https://github.com/micahlt/offsides/releases/latest',
`https://github.com/micahlt/offsides/releases/download/${updateAvailable}/offsides-${updateAvailable.replaceAll(
'.',
'-',
)}.apk`,
);
}}
style={{
Expand Down

0 comments on commit d949fdf

Please sign in to comment.