mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-21 05:14:51 +00:00
Update Screen Stream to 3.10.4 (31004)
This commit is contained in:
parent
30b6a2a8c1
commit
3fd7d1eab1
1 changed files with 28 additions and 2 deletions
|
|
@ -1172,7 +1172,33 @@ 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.10.4
|
||||||
|
versionCode: 31004
|
||||||
|
commit: 26fc27d7e57a5cb66160d0fada9128f58908618f
|
||||||
|
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
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 3.10.3
|
CurrentVersion: 3.10.4
|
||||||
CurrentVersionCode: 31003
|
CurrentVersionCode: 31004
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue