Update ScreenStream to 3.0.17 (30017)
Also switch UCM to tags and enable AUM. Closes fdroid/fdroiddata#1492.
This commit is contained in:
parent
ba37b99582
commit
7f79631ce2
|
@ -64,8 +64,16 @@ Build:2.1.5,215
|
|||
prebuild=sed -i -e '/maven {$/,/}/d' -e '/fabric\.io/d' -e '/io\.fabric/d' ../build.gradle build.gradle
|
||||
build=gradle assembleFabricfree
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:HTTP
|
||||
Update Check Data:https://raw.githubusercontent.com/dkrivoruchko/ScreenStream/master/build.gradle|version_code = ([0-9]*)|.|version_name = \'([0-9.]*)\'
|
||||
Current Version:2.2.2
|
||||
Current Version Code:222
|
||||
Build:3.0.17,30017
|
||||
commit=3.0.17
|
||||
subdir=app
|
||||
output=build/outputs/apk/fabricfree/app-fabricfree-unsigned.apk
|
||||
prebuild=sed -i -e '/fabric\.io/d; s|= uri("https://jitpack\.io")|"https://jitpack.io"|' ../build.gradle && \
|
||||
sed -i -e '/io\.fabric/d; /com\.google\.gms/d' ../build.gradle build.gradle && \
|
||||
sed -i -e '/releaseImplementation/d; /^android\.applicationVariants\.all {/,/^}$/d' build.gradle
|
||||
build=gradle assembleFabricfree
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:3.0.17
|
||||
Current Version Code:30017
|
||||
|
|
Loading…
Reference in a new issue