mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-09 22:08:35 +00:00
misc fixes
This commit is contained in:
parent
cd90ec3fa8
commit
08502f50a9
5 changed files with 9 additions and 31 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue