Merge branch 'silence' into 'master'
Update Silence to v0.15.10 (139) and v0.16.6-unstable (205) See merge request fdroid/fdroiddata!2695
This commit is contained in:
commit
c225739a07
|
@ -417,6 +417,15 @@ Build:0.15.9,138
|
||||||
./scripts/build-witness.sh && \
|
./scripts/build-witness.sh && \
|
||||||
rm -rf libs/gradle-witness/build
|
rm -rf libs/gradle-witness/build
|
||||||
|
|
||||||
|
Build:0.15.10,139
|
||||||
|
commit=v0.15.10
|
||||||
|
submodules=yes
|
||||||
|
gradle=yes
|
||||||
|
rm=libs/*.jar,libs/org.greenrobot.eventbus/EventBusTest/libs/*.jar,libs/com.android.support.support-v4-preferencefragment/maven-repository/
|
||||||
|
prebuild=touch signing.properties && \
|
||||||
|
./scripts/build-witness.sh && \
|
||||||
|
rm -rf libs/gradle-witness/build
|
||||||
|
|
||||||
Build:0.16.1-unstable,200
|
Build:0.16.1-unstable,200
|
||||||
commit=v0.16.1-unstable
|
commit=v0.16.1-unstable
|
||||||
submodules=yes
|
submodules=yes
|
||||||
|
@ -462,6 +471,15 @@ Build:0.16.5-unstable,204
|
||||||
./scripts/build-witness.sh && \
|
./scripts/build-witness.sh && \
|
||||||
rm -rf libs/gradle-witness/build
|
rm -rf libs/gradle-witness/build
|
||||||
|
|
||||||
|
Build:0.16.6-unstable,205
|
||||||
|
commit=v0.16.6-unstable
|
||||||
|
submodules=yes
|
||||||
|
gradle=yes
|
||||||
|
rm=libs/*.jar,libs/org.greenrobot.eventbus/EventBusTest/libs/*.jar,libs/com.android.support.support-v4-preferencefragment/maven-repository/
|
||||||
|
prebuild=touch signing.properties && \
|
||||||
|
./scripts/build-witness.sh && \
|
||||||
|
rm -rf libs/gradle-witness/build
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
Auto Update does not really work because the latest unstable build is newer than CV.
|
Auto Update does not really work because the latest unstable build is newer than CV.
|
||||||
So we need to always add new build manually.
|
So we need to always add new build manually.
|
||||||
|
@ -473,5 +491,5 @@ https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
|
||||||
Archive Policy:12 versions
|
Archive Policy:12 versions
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags ^v[0-9\\.]+$
|
Update Check Mode:Tags ^v[0-9\\.]+$
|
||||||
Current Version:0.15.9
|
Current Version:0.15.10
|
||||||
Current Version Code:138
|
Current Version Code:139
|
||||||
|
|
Loading…
Reference in a new issue