mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Update Screen Stream to 3.10.0 (31000)
This commit is contained in:
parent
c2b5c5d98e
commit
1e4f4c08b5
1 changed files with 32 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ SourceCode: https://github.com/dkrivoruchko/ScreenStream
|
|||
IssueTracker: https://github.com/dkrivoruchko/ScreenStream/issues
|
||||
Changelog: https://github.com/dkrivoruchko/ScreenStream/releases
|
||||
|
||||
AutoName: ScreenStream
|
||||
AutoName: Screen Stream
|
||||
Description: |-
|
||||
The application allows viewing the device screen in your web browser. The main
|
||||
idea is to show your device screen during presentations and demos. No need of
|
||||
|
|
@ -1059,7 +1059,36 @@ Builds:
|
|||
- cp $$Material-Dialogs$$/bottomsheets/build/outputs/aar/bottomsheets-release.aar
|
||||
libs/
|
||||
|
||||
- versionName: 3.10.0
|
||||
versionCode: 31000
|
||||
commit: e3ee332fb2ba4fa72f7f5228384c0faa71fe51b2
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- firebasefree
|
||||
srclibs:
|
||||
- Material-Dialogs@3.3.0
|
||||
rm:
|
||||
- app/libs/bottomsheets-release.aar
|
||||
prebuild:
|
||||
- sed -i -e 's|= uri("https://jitpack\.io")|"https://jitpack.io"|' ../build.gradle
|
||||
- sed -i -e '/google.firebase/d; /gms/d' ../build.gradle build.gradle
|
||||
- sed -i -e '/firebaseCrashlytics/d' -e '/^android\.applicationVariants\.all
|
||||
{/,/^}$/d' build.gradle
|
||||
- sed -i -e '/app-update-ktx/s/implementation/firebaseImplementation/' build.gradle
|
||||
- pushd $$Material-Dialogs$$
|
||||
- sed -i -e '241d' bottomsheets/src/main/java/com/afollestad/materialdialogs/bottomsheets/BottomSheet.kt
|
||||
build:
|
||||
- pushd $$Material-Dialogs$$
|
||||
- gradle bottomsheets:assembleRelease
|
||||
- popd
|
||||
- cp $$Material-Dialogs$$/bottomsheets/build/outputs/aar/bottomsheets-release.aar
|
||||
libs/
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 3.9.6
|
||||
CurrentVersionCode: 30906
|
||||
CurrentVersion: 3.10.0
|
||||
CurrentVersionCode: 31000
|
||||
|
|
|
|||
Loading…
Reference in a new issue