Skip to content

Commit

Permalink
release: 0.10.0 (#243)
Browse files Browse the repository at this point in the history
* build: update dependencies

* ci: move Rust toolchain for reproducibility

* release: 0.10.0
  • Loading branch information
poppingmoon authored Jun 24, 2024
1 parent 3e048c4 commit e8164a9
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,13 @@ jobs:
fileDir: ${{ env.APK_BUILD_DIR }}/android/app/
encodedString: ${{ secrets.UPLOAD_KEYSTORE }}

- name: Move Rust toolchain to /tmp
run: mv $HOME/.cargo /tmp

- name: Build APK
working-directory: ${{ env.APK_BUILD_DIR }}
env:
HOME: /tmp
KEY_ALIAS: ${{ secrets.KEY_ALIAS }}
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}
STORE_PASSWORD: ${{ secrets.STORE_PASSWORD }}
Expand Down Expand Up @@ -103,6 +107,7 @@ jobs:
- name: Build App Bundle
working-directory: ${{ env.APK_BUILD_DIR }}
env:
HOME: /tmp
KEY_ALIAS: ${{ secrets.KEY_ALIAS }}
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}
STORE_PASSWORD: ${{ secrets.STORE_PASSWORD }}
Expand Down
6 changes: 6 additions & 0 deletions macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ PODS:
- path_provider_foundation (0.0.1):
- Flutter
- FlutterMacOS
- rust_lib_aria (0.0.1):
- FlutterMacOS
- share_plus (0.0.1):
- FlutterMacOS
- shared_preferences_foundation (0.0.1):
Expand Down Expand Up @@ -57,6 +59,7 @@ DEPENDENCIES:
- just_audio (from `Flutter/ephemeral/.symlinks/plugins/just_audio/macos`)
- package_info_plus (from `Flutter/ephemeral/.symlinks/plugins/package_info_plus/macos`)
- path_provider_foundation (from `Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin`)
- rust_lib_aria (from `Flutter/ephemeral/.symlinks/plugins/rust_lib_aria/macos`)
- share_plus (from `Flutter/ephemeral/.symlinks/plugins/share_plus/macos`)
- shared_preferences_foundation (from `Flutter/ephemeral/.symlinks/plugins/shared_preferences_foundation/darwin`)
- sqflite (from `Flutter/ephemeral/.symlinks/plugins/sqflite/darwin`)
Expand Down Expand Up @@ -93,6 +96,8 @@ EXTERNAL SOURCES:
:path: Flutter/ephemeral/.symlinks/plugins/package_info_plus/macos
path_provider_foundation:
:path: Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin
rust_lib_aria:
:path: Flutter/ephemeral/.symlinks/plugins/rust_lib_aria/macos
share_plus:
:path: Flutter/ephemeral/.symlinks/plugins/share_plus/macos
shared_preferences_foundation:
Expand Down Expand Up @@ -120,6 +125,7 @@ SPEC CHECKSUMS:
OrderedSet: aaeb196f7fef5a9edf55d89760da9176ad40b93c
package_info_plus: fa739dd842b393193c5ca93c26798dff6e3d0e0c
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
rust_lib_aria: 793a1cb9897092ee3e848adb8d284dee13466e34
share_plus: 36537c04ce0c3e3f5bd297ce4318b6d5ee5fd6cf
shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78
sqflite: 673a0e54cc04b7d6dba8d24fb8095b31c3a99eec
Expand Down
2 changes: 2 additions & 0 deletions macos/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
<string>$(FLUTTER_BUILD_NAME)</string>
<key>CFBundleVersion</key>
<string>$(FLUTTER_BUILD_NUMBER)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>LSApplicationCategoryType</key>
Expand Down
17 changes: 9 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1232,8 +1232,8 @@ packages:
dependency: "direct main"
description:
path: "."
ref: "715ca1a72564d66c0f1860683be122e92edd8580"
resolved-ref: "715ca1a72564d66c0f1860683be122e92edd8580"
ref: "8b0fb47a3de30fbb23f95282969ed1a653b112e9"
resolved-ref: "8b0fb47a3de30fbb23f95282969ed1a653b112e9"
url: "https://github.com/poppingmoon/dart_mfm_parser"
source: git
version: "1.0.5"
Expand Down Expand Up @@ -1646,10 +1646,10 @@ packages:
dependency: "direct main"
description:
name: slang
sha256: "0d8a8cbfd7858ed2bd9164a79bfb664ea83f1e124740b28acd0618757fc87ecc"
sha256: f68f6d6709890f85efabfb0318e9d694be2ebdd333e57fe5cb50eee449e4e3ab
url: "https://pub.dev"
source: hosted
version: "3.31.0"
version: "3.31.1"
slang_build_runner:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -1805,10 +1805,11 @@ packages:
tinycolor2:
dependency: "direct main"
description:
name: tinycolor2
sha256: "81850c32ac8d4dcff37299bf3e52bcad4f4db6bc73d4b06727c9922de3766390"
url: "https://pub.dev"
source: hosted
path: "."
ref: "030e8d5f6167071016ebc9fe7359003a4f78dcc3"
resolved-ref: "030e8d5f6167071016ebc9fe7359003a4f78dcc3"
url: "https://github.com/poppingmoon/tinycolor2"
source: git
version: "3.0.1"
tuple:
dependency: transitive
Expand Down
11 changes: 7 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: aria
description: "A client app for Misskey, a federated social media platform."
publish_to: 'none'
version: 0.10.0-beta.3+24
version: 0.10.0+25

environment:
sdk: '>=3.4.0 <4.0.0'
Expand Down Expand Up @@ -58,7 +58,7 @@ dependencies:
mfm_parser:
git:
url: https://github.com/poppingmoon/dart_mfm_parser
ref: 715ca1a72564d66c0f1860683be122e92edd8580
ref: 8b0fb47a3de30fbb23f95282969ed1a653b112e9
mime: ^1.0.5
misskey_dart:
git:
Expand All @@ -76,9 +76,12 @@ dependencies:
path: rust_builder
share_plus: ^9.0.0
shared_preferences: ^2.2.3
slang: ^3.31.0
slang: ^3.31.1
slang_flutter: ^3.31.0
tinycolor2: ^3.0.1
tinycolor2:
git:
url: https://github.com/poppingmoon/tinycolor2
ref: 030e8d5f6167071016ebc9fe7359003a4f78dcc3
twemoji_v2:
git:
url: https://github.com/poppingmoon/twemoji_v2
Expand Down

0 comments on commit e8164a9

Please sign in to comment.