Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
titi0267 committed Mar 2, 2024
2 parents 2b37aab + b00c71c commit cf785e8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Develop build
# on:
# push:
# branches:
# - develop
on:
push:
branches:
- develop

jobs:
android-build:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,11 @@ jobs:
body: |
Release version ${{steps.version.outputs.prop}}
Fetures:
<<<<<<< HEAD
- Itinerary from users position
- User shown on the map
Fix:
- Itinerary infite loading
=======
- Alert users that an update is available
>>>>>>> b00c71c69e629d08113a52efb9e1e846eb9b2339
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"name": "gas-prices",
<<<<<<< HEAD
"version": "0.0.4",
"versionCode": 10,
=======
"version": "0.0.3",
"versionCode": 9,
>>>>>>> b00c71c69e629d08113a52efb9e1e846eb9b2339
"private": true,
"scripts": {
"android": "react-native run-android --variant=debug",
Expand Down

0 comments on commit cf785e8

Please sign in to comment.