Skip to content

Commit

Permalink
Merge pull request #1728 from ever-co/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
evereq authored Nov 7, 2023
2 parents 22cdd34 + 952af57 commit 4ee7fc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mobile-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Upload to Play Store Console
run: cd apps/mobile && eas submit --platform android --latest --non-interactive

- name: Publish to App Store
run: eas submit --platform ios --latest --non-interactive
- name: Deploy to App Store
run: cd apps/mobile && eas submit --platform ios --latest --non-interactive
env:
EXPO_APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.EXPO_APPLE_APP_SPECIFIC_PASSWORD }}
4 changes: 0 additions & 4 deletions apps/extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,5 @@
"host_permissions": [
"https://*/*"
]
},
"engines": {
"node": ">=16.0.0",
"yarn": ">=1.13.0"
}
}
2 changes: 1 addition & 1 deletion apps/mobile/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ android {
applicationId 'ever.team'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2
versionCode 3
versionName "0.1.0"
}

Expand Down

0 comments on commit 4ee7fc5

Please sign in to comment.