mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Add SDAI Foss (com.shifthackz.aisdv1.app.foss)
This commit is contained in:
parent
88612997ed
commit
d8def029fe
1 changed files with 34 additions and 0 deletions
34
metadata/com.shifthackz.aisdv1.app.foss.yml
Normal file
34
metadata/com.shifthackz.aisdv1.app.foss.yml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
Categories:
|
||||
- Graphics
|
||||
License: AGPL-3.0-only
|
||||
AuthorName: Dmitriy Moroz
|
||||
AuthorEmail: dmitriy@moroz.cc
|
||||
AuthorWebSite: https://moroz.cc
|
||||
SourceCode: https://github.com/ShiftHackZ/Stable-Diffusion-Android
|
||||
IssueTracker: https://github.com/ShiftHackZ/Stable-Diffusion-Android/issues
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/ShiftHackZ/Stable-Diffusion-Android.git
|
||||
Binaries: https://github.com/ShiftHackZ/Stable-Diffusion-Android/releases/download/%v/sdai-foss-release-%v.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 0.4.10
|
||||
versionCode: 157
|
||||
commit: 4e7df87202e57b9d7af38782b18be3c0428fe458
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- foss
|
||||
prebuild:
|
||||
- sed -i -e '/gms/d' -e '/firebase/d' ../build.gradle
|
||||
- sed -i -e '/plugins.gradle/d' build.gradle
|
||||
|
||||
AllowedAPKSigningKeys: 8974efc853e2d5e93eb29dd809fc57cae7411fcfaca03de3f7c152f441a90064
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.4.10
|
||||
CurrentVersionCode: 157
|
||||
Loading…
Reference in a new issue