Skip to content

Commit

Permalink
Merge branch 'develop' into feature/dark_amoled_theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Mar 5, 2022
2 parents 28118a5 + 3e80698 commit 89342d5
Show file tree
Hide file tree
Showing 118 changed files with 8,097 additions and 1,551 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
echo "class Secrets { static String appCenterKey = '1234'; }" > lib/infrastructure/telemetry/secrets.dart
- name: Install and set flutter version
uses: subosito/flutter-action@v2.0.4
uses: subosito/flutter-action@v2.3.0
with:
flutter-version: '2.8.1'
flutter-version: '2.10.2'

- name: Generate localization files
run: |
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Secrets
/lib/infrastructure/telemetry/secrets.dart
/lib/infrastructure/secrets.dart
/android/key.properties
*.g.dart
*.freezed.dart
Expand Down
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.3.0+47 (16/02/2022)
- Yae Miko is here
- Custom Builds


## 1.2.8+41 (06/01/2022)
- Shenhe and Yun Jin are here


## 1.2.6+37 (15/12/2021)
- Itto and Gorou are here

Expand Down
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="com.android.vending.BILLING" />

<application
android:name="${applicationName}"
Expand Down
Binary file added assets/characters/kamisato-ayato.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/characters/yae-miko.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/characters_full/kamisato-ayato.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/characters_full/yae-miko.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 89342d5

Please sign in to comment.