misc fixes

This commit is contained in:
linsui 2023-10-13 16:31:52 +08:00 committed by linsui
parent cd90ec3fa8
commit 08502f50a9
5 changed files with 9 additions and 31 deletions

View file

@ -121,17 +121,6 @@ Builds:
gradle:
- yes
- versionName: 2.1.0
versionCode: 23100818
commit: cfee9eea5261dc071b0ac2afc0c342724e26c0d6
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-java-alternatives -a
gradle:
- yes
- versionName: 2.1.1
versionCode: 23101020
commit: 8e07b449f9f423ea7497e2b8d498bb8966dc37a0

View file

@ -133,6 +133,10 @@ Builds:
versionCode: 60
commit: 7ed6540465ee218f966d9bd58d8897d445e7905c
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-java-alternatives -a
gradle:
- store

View file

@ -163,6 +163,10 @@ Builds:
versionCode: 31
commit: 66602f7bb5154c2801ab8ed23e8bd48e36f0060c
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-java-alternatives -a
gradle:
- yes

View file

@ -8,23 +8,7 @@ Changelog: https://github.com/tobexyz/yaacc-code/releases
Bitcoin: 1MUvbfNgunNCUtitCkoEEMgmQGZJJg4isj
Litecoin: LiPnCoN2yfXFYEEQjzbWDLNuKq5qoQbP6t
Name: Yaacc
AutoName: YAACC
Description: |-
The App allows you to play media from UPNP/DLNA devices in your network on
your android device or any capable UPNP/DLNA device in your network.
It is also possible to start an UPNP/DLNA server on your device in order to
play media from your device on any UPNP/DLNA renderer in your network.
Features:
* UPNP/DLNA Server
* UPNP/DLNA Client
* UPNP/DLNA Controller
* Control multiple media receivers
* Multiple Receivers
* Allow download files to the device
* Implemented parts of UPnP Version 3 at once (sending synchronization information to the renderer)
RepoType: git
Repo: https://github.com/tobexyz/yaacc-code.git

View file

@ -121,10 +121,7 @@ Builds:
- sed -i -e '/Onboarding/d' -e '/dependencies {/a implementation project(":onboard")'
build.gradle
- sed -i -e '1a include ":onboard"' ../settings.gradle
- cd ../onboard
- sed -i -e '/gms/d' build.gradle
- sed -i -e '/gms/d' -e '/googleSignInButton/d' src/main/java/com/aemerse/onboard/OnboardAdvanced.kt
- sed -i -e 's/<.*SignInButton/<FrameLayout/' src/main/res/layout/onboard_intro_layout2.xml
- sed -i -e '/gms/d' ../onboard/build.gradle
AutoUpdateMode: Version
UpdateCheckMode: Tags