Skip to content

Commit

Permalink
chore(version): upgrade main to v2.5.2 (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
vareversat authored Feb 3, 2024
2 parents b3ea5e3 + 9f19a2a commit 3393969
Show file tree
Hide file tree
Showing 13 changed files with 154 additions and 148 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
flutter-test-analyze:
uses: ./.github/workflows/flutter.analyze-test.action.yaml
with:
flutter_version: '3.13.9'
flutter_version: '3.16.9'
secrets:
passphrase: ${{ secrets.PASSPHRASE }}
flutter-build:
needs: [flutter-test-analyze]
uses: ./.github/workflows/flutter.build.action.yaml
with:
flutter_version: '3.13.9'
flutter_version: '3.16.9'
android_output: 'apk'
env: 'dev'
secrets:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
flutter-test-analyze:
uses: ./.github/workflows/flutter.analyze-test.action.yaml
with:
flutter_version: '3.13.9'
flutter_version: '3.16.9'
secrets:
passphrase: ${{ secrets.PASSPHRASE }}
page:
Expand All @@ -18,7 +18,7 @@ jobs:
needs: [flutter-test-analyze]
uses: ./.github/workflows/flutter.build.action.yaml
with:
flutter_version: '3.13.9'
flutter_version: '3.16.9'
android_output: 'aab'
env: 'dev'
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flutter.build.action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: 'Check secret configuration'
run: ./.github/scripts/check_secrets_decryption.sh
- name: 'Set up JAVA'
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '11.x'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
flutter-test-analyze:
uses: ./.github/workflows/flutter.analyze-test.action.yaml
with:
flutter_version: '3.13.9'
flutter_version: '3.16.9'
secrets:
passphrase: ${{ secrets.PASSPHRASE }}
flutter-build:
needs: [flutter-test-analyze]
uses: ./.github/workflows/flutter.build.action.yaml
with:
flutter_version: '3.13.9'
flutter_version: '3.16.9'
android_output: 'aab'
env: 'prd'
secrets:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pages.deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: 'page'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4
4 changes: 2 additions & 2 deletions .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
flutter-test-analyze:
uses: ./.github/workflows/flutter.analyze-test.action.yaml
with:
flutter_version: '3.13.9'
flutter_version: '3.16.9'
secrets:
passphrase: ${{ secrets.PASSPHRASE }}
flutter-build:
needs: [flutter-test-analyze]
uses: ./.github/workflows/flutter.build.action.yaml
with:
flutter_version: '3.13.9'
flutter_version: '3.16.9'
android_output: 'aab'
env: 'beta'
secrets:
Expand Down
1 change: 0 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM" />
<uses-permission android:name="android.permission.USE_EXACT_ALARM" />


<queries>
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.9.22'
ext.kotlin_version = '1.8.0'
repositories {
google()
mavenCentral()
Expand Down
5 changes: 5 additions & 0 deletions changelogs/CHANGELOG_en.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# **v2.5.2** :

- *Fix*:
- Notifications are now displayed correctly (really).
***
# **v2.5.1** :

- *Fix*:
Expand Down
5 changes: 5 additions & 0 deletions changelogs/CHANGELOG_es.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# **v2.5.2** :

- *Fix*:
- Notifications are now displayed correctly (de verdad).
***
# **v2.5.1** :

- *Fix*:
Expand Down
5 changes: 5 additions & 0 deletions changelogs/CHANGELOG_fr.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# **v2.5.2** :

- *Fix*:
- Les notifications sont maintenant affichées correctement (vraiement).
***
# **v2.5.1** :

- *Fix*:
Expand Down
Loading

0 comments on commit 3393969

Please sign in to comment.