mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Merge branch 'patch-2' into 'master'
[DNSHero] Fixed build by removing Firebase plugins See merge request fdroid/fdroiddata!6626
This commit is contained in:
commit
c3271ed164
1 changed files with 15 additions and 1 deletions
|
|
@ -10,7 +10,6 @@ SourceCode: https://github.com/devgianlu/DNSHero
|
|||
IssueTracker: https://github.com/devgianlu/DNSHero/issues
|
||||
Translation: https://crowdin.com/project/dnshero
|
||||
Changelog: https://github.com/devgianlu/DNSHero/blob/HEAD/CHANGELOG.md
|
||||
Donate: https://www.paypal.me/devgianlu
|
||||
LiberapayID: '1381702'
|
||||
|
||||
AutoName: DNS Hero
|
||||
|
|
@ -191,6 +190,7 @@ Builds:
|
|||
|
||||
- versionName: 1.6.4
|
||||
versionCode: 30
|
||||
disable: crashes on startup
|
||||
commit: v1.6.4
|
||||
subdir: app
|
||||
submodules: true
|
||||
|
|
@ -201,6 +201,20 @@ Builds:
|
|||
../CommonUtils/build.gradle build.gradle
|
||||
- sed -i '/systemProp\.http\.proxy/d' ~/.gradle/gradle.properties
|
||||
|
||||
- versionName: 1.6.5
|
||||
versionCode: 31
|
||||
commit: v1.6.5
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- foss
|
||||
prebuild:
|
||||
- sed -i -e '/com.google.firebase/d' ../build.gradle ../CommonUtils/build.gradle
|
||||
build.gradle
|
||||
- sed -i -e '/maven.fabric.io/d; /io.fabric/d' build.gradle ../build.gradle
|
||||
../CommonUtils/build.gradle
|
||||
- sed -i '/systemProp\.http\.proxy/d' ~/.gradle/gradle.properties
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.6.4
|
||||
|
|
|
|||
Loading…
Reference in a new issue