mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Merge branch 'silence' into 'master'
Update Silence to 0.15.12 (141) and 0.16.8-unstable (207) See merge request fdroid/fdroiddata!2913
This commit is contained in:
commit
c8423a74bf
1 changed files with 20 additions and 2 deletions
|
|
@ -435,6 +435,15 @@ Build:0.15.11,140
|
||||||
./scripts/build-witness.sh && \
|
./scripts/build-witness.sh && \
|
||||||
rm -rf libs/gradle-witness/build
|
rm -rf libs/gradle-witness/build
|
||||||
|
|
||||||
|
Build:0.15.12,141
|
||||||
|
commit=v0.15.12
|
||||||
|
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
|
||||||
|
|
@ -498,6 +507,15 @@ Build:0.16.7-unstable,206
|
||||||
./scripts/build-witness.sh && \
|
./scripts/build-witness.sh && \
|
||||||
rm -rf libs/gradle-witness/build
|
rm -rf libs/gradle-witness/build
|
||||||
|
|
||||||
|
Build:0.16.8-unstable,207
|
||||||
|
commit=v0.16.8-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.
|
||||||
|
|
@ -509,5 +527,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.11
|
Current Version:0.15.12
|
||||||
Current Version Code:140
|
Current Version Code:141
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue