mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update Stratum 0 Widget to 8.1.0-foss (28)
This commit is contained in:
parent
d2282ff632
commit
5ebe506cd6
1 changed files with 17 additions and 2 deletions
|
|
@ -51,7 +51,22 @@ Builds:
|
|||
- sed -i -e '/firebase/d' -e "/dependencies {/a implementation 'androidx.annotation:annotation:1.4.0'"
|
||||
build.gradle
|
||||
|
||||
- versionName: 8.1.0-foss
|
||||
versionCode: 28
|
||||
commit: bf45526af5be9ce08487794e5783b7acfeb5b17d
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- foss
|
||||
prebuild:
|
||||
- sed -i -e '/gms/d' {..,.}/build.gradle
|
||||
- sed -i -e '/firebase/d' -e "/dependencies {/a implementation 'androidx.annotation:annotation:1.4.0'"
|
||||
build.gradle
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[0-9.]+$
|
||||
CurrentVersion: 8.0.0-foss
|
||||
CurrentVersionCode: 27
|
||||
CurrentVersion: 8.1.0-foss
|
||||
CurrentVersionCode: 28
|
||||
|
|
|
|||
Loading…
Reference in a new issue