Skip to content

Commit 76eec14

Browse files
authored
chore: prepare repository for F-Droid release (#1232)
1 parent 8c430c3 commit 76eec14

File tree

16 files changed

+8
-6
lines changed

16 files changed

+8
-6
lines changed

.github/actions/android/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ runs:
3636
uses: subosito/flutter-action@v2
3737
with:
3838
cache: true
39+
flutter-version-file: pubspec.yaml
3940

4041
- name: Build Android APK/AAB
4142
shell: bash

.github/actions/common/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ runs:
77
uses: subosito/flutter-action@v2
88
with:
99
cache: true
10+
flutter-version-file: pubspec.yaml
1011

1112
- name: Fetch Flutter Dependencies
1213
shell: bash

.github/actions/ios/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ runs:
1717
uses: subosito/flutter-action@v2
1818
with:
1919
cache: true
20+
flutter-version-file: pubspec.yaml
2021

2122
- name: Update Podfile
2223
shell: bash

.github/actions/screenshot-android/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ runs:
5353
uses: subosito/flutter-action@v2
5454
with:
5555
cache: true
56+
flutter-version-file: pubspec.yaml
5657

5758
- name: Create Android Screenshots
5859
uses: reactivecircus/android-emulator-runner@v2

.github/actions/screenshot-ios/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ runs:
1717
uses: subosito/flutter-action@v2
1818
with:
1919
cache: true
20+
flutter-version-file: pubspec.yaml
2021

2122
- name: Update Podfile
2223
shell: bash

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
.history
1010
.svn/
1111
migrate_working_dir/
12+
.gradle/
1213

1314
# IntelliJ related
1415
*.iml

.gitmodules

Lines changed: 0 additions & 4 deletions
This file was deleted.
-1 Bytes
Binary file not shown.
-17 Bytes
Binary file not shown.

.gradle/6.8.3/gc.properties

Whitespace-only changes.

0 commit comments

Comments
 (0)