mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Update com.flxrs.dankchat
This commit is contained in:
parent
f5d9925e1c
commit
844e3a5f37
1 changed files with 18 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ Categories:
|
|||
- Internet
|
||||
License: MIT
|
||||
AuthorName: Felix Schmid
|
||||
AuthorEmail: felix.schmid@flxrs.com
|
||||
AuthorEmail: dankchat@flxrs.com
|
||||
SourceCode: https://github.com/flex3r/DankChat
|
||||
IssueTracker: https://github.com/flex3r/DankChat/issues
|
||||
|
||||
|
|
@ -852,7 +852,22 @@ Builds:
|
|||
- yes
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 3.0.11
|
||||
versionCode: 232
|
||||
commit: ebcaf77a692236e60eccffb099e86bbd32034582
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- free
|
||||
prebuild:
|
||||
- sed -i -e '/maven.localazy.com/d' ../build.gradle
|
||||
- sed -i -e '/com.localazy:gradle/d' ../build.gradle
|
||||
ndk: r21e
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags ^v
|
||||
CurrentVersion: 3.0.8
|
||||
CurrentVersionCode: 229
|
||||
CurrentVersion: 3.0.11
|
||||
CurrentVersionCode: 232
|
||||
|
|
|
|||
Loading…
Reference in a new issue