mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update ScreenStream to 3.5.3 (30503)
This commit is contained in:
parent
21a78c1fd8
commit
7422bc7a5e
1 changed files with 27 additions and 2 deletions
|
|
@ -430,7 +430,32 @@ Builds:
|
||||||
- cp $$Material-Dialogs$$/bottomsheets/build/outputs/aar/bottomsheets-release.aar
|
- cp $$Material-Dialogs$$/bottomsheets/build/outputs/aar/bottomsheets-release.aar
|
||||||
libs/
|
libs/
|
||||||
|
|
||||||
|
- versionName: 3.5.3
|
||||||
|
versionCode: 30503
|
||||||
|
commit: 3.5.3
|
||||||
|
subdir: app
|
||||||
|
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 '/com\.google\.firebase/d; /com\.google\.gms/d' ../build.gradle
|
||||||
|
build.gradle
|
||||||
|
- sed -i -e '/firebaseCrashlytics/d' -e '/^android\.applicationVariants\.all
|
||||||
|
{/,/^}$/d' 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 %v
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 3.5.2
|
CurrentVersion: 3.5.3
|
||||||
CurrentVersionCode: 30502
|
CurrentVersionCode: 30503
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue