mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Update ScreenStream to 4.0.1 (40001)
This commit is contained in:
parent
edb018b1ac
commit
de1d7e88ad
1 changed files with 29 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: Screen Stream
|
||||
AutoName: ScreenStream
|
||||
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
|
||||
|
|
@ -1250,7 +1250,33 @@ Builds:
|
|||
- cp $$Material-Dialogs$$/bottomsheets/build/outputs/aar/bottomsheets-release.aar
|
||||
libs/
|
||||
|
||||
- versionName: 4.0.1
|
||||
versionCode: 40001
|
||||
commit: 3ee6ae213ac6408da198d269818035fda0145f46
|
||||
subdir: app
|
||||
sudo: chmod -R 777 /opt/android-sdk
|
||||
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.10.6
|
||||
CurrentVersionCode: 31006
|
||||
CurrentVersion: 4.0.1
|
||||
CurrentVersionCode: 40001
|
||||
|
|
|
|||
Loading…
Reference in a new issue