Compare commits

..

No commits in common. "cb152ef78abeeb3ce39b7d32762dafb0b9417b63" and "69b446ee17fb94e26b389be5e71ccfc7bf78db86" have entirely different histories.

4 changed files with 9 additions and 8 deletions

View File

@ -95,9 +95,9 @@ class SakeBasicInfoSection extends ConsumerWidget {
child: Container(
padding: const EdgeInsets.symmetric(horizontal: 10, vertical: 4),
decoration: BoxDecoration(
color: badgeColor!.withValues(alpha: 0.1),
color: badgeColor.withValues(alpha: 0.1),
borderRadius: BorderRadius.circular(20),
border: Border.all(color: badgeColor!.withValues(alpha: 0.4)),
border: Border.all(color: badgeColor.withValues(alpha: 0.4)),
),
child: Row(
mainAxisSize: MainAxisSize.min,

View File

@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.0.35+42
version: 1.0.34+41
environment:
sdk: ^3.10.1

View File

@ -44,6 +44,7 @@ $relName = "Ponshu Room $version ($dateStr)"
# APKの埋め込みバージョンと pubspec.yaml が一致するか確認
Write-Host " Checking APK version matches pubspec ($version+$buildNum)..." -ForegroundColor Gray
$firstApk = $apkFiles | Select-Object -First 1
$apkInfo = & flutter.bat --version 2>$null
# aapt2 でバージョン確認(利用可能な場合)
$aapt2 = Get-ChildItem "$env:LOCALAPPDATA\Android\Sdk\build-tools" -Recurse -Filter "aapt2.exe" -ErrorAction SilentlyContinue | Sort-Object FullName -Descending | Select-Object -First 1 -ExpandProperty FullName
if ($aapt2) {

View File

@ -1,18 +1,18 @@
{
"date": "2026-04-15",
"name": "Ponshu Room 1.0.35 (2026-04-15)",
"version": "v1.0.35",
"date": "2026-04-12",
"name": "Ponshu Room 1.0.31 (2026-04-12)",
"version": "v1.0.31",
"apks": {
"eiji": {
"lite": {
"url": "https://posimai-lab.tail72e846.ts.net/mai/ponshu-room-lite/releases/download/v1.0.35/ponshu_room_consumer_eiji.apk",
"url": "https://posimai-lab.tail72e846.ts.net/mai/ponshu-room-lite/releases/download/v1.0.31/ponshu_room_consumer_eiji.apk",
"size_mb": 89.1,
"filename": "ponshu_room_consumer_eiji.apk"
}
},
"maita": {
"lite": {
"url": "https://posimai-lab.tail72e846.ts.net/mai/ponshu-room-lite/releases/download/v1.0.35/ponshu_room_consumer_maita.apk",
"url": "https://posimai-lab.tail72e846.ts.net/mai/ponshu-room-lite/releases/download/v1.0.31/ponshu_room_consumer_maita.apk",
"size_mb": 89.1,
"filename": "ponshu_room_consumer_maita.apk"
}