Skip to content

Commit

Permalink
fdroid meta
Browse files Browse the repository at this point in the history
  • Loading branch information
danemadsen committed Aug 6, 2024
1 parent 26d68aa commit 4a230fc
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 3 deletions.
96 changes: 94 additions & 2 deletions com.danemadsen.maid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,98 @@ Builds:
- popd
- mv $repo/maid com.danemadsen.maid

- versionName: 1.3.0
versionCode: 18061
disable: https://github.com/Mobile-Artificial-Intelligence/maid/issues/582#issuecomment-2265182231
commit: ec577799b3316bd06c4589e993ac676b95acdbdf
submodules: true
sudo:
- mkdir -p /builds/mobile-artificial-intelligence
- chown vagrant /builds/mobile-artificial-intelligence
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
binary: https://github.com/Mobile-Artificial-Intelligence/maid/releases/download/%v/maid-android-x86_64.apk
rm:
- linux
- macos
- ios
- windows
- packages/babylon_tts/linux
- packages/babylon_tts/macos
- packages/babylon_tts/ios
- packages/babylon_tts/windows
- packages/babylon_tts/android/src/main/jniLibs
prebuild:
- export repo=/builds/mobile-artificial-intelligence
- mkdir -p $repo
- cd ..
- mv com.danemadsen.maid $repo/maid
- pushd $repo/maid
- export PUB_CACHE=$(pwd)/.pub-cache
- packages/flutter/bin/flutter config --no-analytics
- packages/flutter/bin/flutter packages pub get
- popd
- mv $repo/maid com.danemadsen.maid
scanignore:
- packages/flutter/bin/cache
scandelete:
- .pub-cache
- packages/flutter
build:
- export repo=/builds/mobile-artificial-intelligence
- cd ..
- mv com.danemadsen.maid $repo/maid
- pushd $repo/maid
- export PUB_CACHE=$(pwd)/.pub-cache
- packages/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-x64"
- popd
- mv $repo/maid com.danemadsen.maid

- versionName: 1.3.0
versionCode: 18062
disable: https://github.com/Mobile-Artificial-Intelligence/maid/issues/582#issuecomment-2265182231
commit: ec577799b3316bd06c4589e993ac676b95acdbdf
submodules: true
sudo:
- mkdir -p /builds/mobile-artificial-intelligence
- chown vagrant /builds/mobile-artificial-intelligence
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
binary: https://github.com/Mobile-Artificial-Intelligence/maid/releases/download/%v/maid-android-arm64-v8a.apk
rm:
- linux
- macos
- ios
- windows
- packages/babylon_tts/linux
- packages/babylon_tts/macos
- packages/babylon_tts/ios
- packages/babylon_tts/windows
- packages/babylon_tts/android/src/main/jniLibs
prebuild:
- export repo=/builds/mobile-artificial-intelligence
- mkdir -p $repo
- cd ..
- mv com.danemadsen.maid $repo/maid
- pushd $repo/maid
- export PUB_CACHE=$(pwd)/.pub-cache
- packages/flutter/bin/flutter config --no-analytics
- packages/flutter/bin/flutter packages pub get
- popd
- mv $repo/maid com.danemadsen.maid
scanignore:
- packages/flutter/bin/cache
scandelete:
- .pub-cache
- packages/flutter
build:
- export repo=/builds/mobile-artificial-intelligence
- cd ..
- mv com.danemadsen.maid $repo/maid
- pushd $repo/maid
- export PUB_CACHE=$(pwd)/.pub-cache
- packages/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
- popd
- mv $repo/maid com.danemadsen.maid

AllowedAPKSigningKeys: 835ed22ed895c4c272d698aa6e4e48db0b4e36dccf7010d5de15034ac9e1b96f

AutoUpdateMode: Version
Expand All @@ -413,5 +505,5 @@ VercodeOperation:
- '%c * 10 + 1'
- '%c * 10 + 2'
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.2.9
CurrentVersionCode: 16972
CurrentVersion: 1.3.0
CurrentVersionCode: 18062
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: maid
description: A cross-platform Flutter app for interfacing with GGUF / Llama models.
publish_to: 'none'

version: 1.3.1+1792
version: 1.3.0+1806

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down

0 comments on commit 4a230fc

Please sign in to comment.