mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
update simplert to 1.1.1 and enable autoupdate
This commit is contained in:
parent
3a85c8c1df
commit
30dd2fef1a
1 changed files with 17 additions and 10 deletions
|
|
@ -1,8 +1,8 @@
|
|||
Categories:
|
||||
- Internet
|
||||
License: GPL-3.0-or-later
|
||||
SourceCode: https://github.com/vvviperrr/SimpleRT
|
||||
IssueTracker: https://github.com/vvviperrr/SimpleRT/issues
|
||||
SourceCode: https://github.com/robinpaulson/SimpleRT/
|
||||
IssueTracker: https://github.com/robinpaulson/SimpleRT/issues
|
||||
|
||||
AutoName: SimpleRT
|
||||
Description: |-
|
||||
|
|
@ -17,7 +17,7 @@ Description: |-
|
|||
Development is still in progress, bugs and errors can occur.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/vvviperrr/SimpleRT.git
|
||||
Repo: https://github.com/robinpaulson/SimpleRT.git
|
||||
|
||||
Builds:
|
||||
- versionName: '1.0'
|
||||
|
|
@ -29,11 +29,18 @@ Builds:
|
|||
prebuild: sed -i "s/\(buildscript {\)/\1\n System.properties['com.android.build.gradle.overrideVersionCheck']
|
||||
= 'true'/" ../build.gradle
|
||||
|
||||
MaintainerNotes: |-
|
||||
* no longer builds, see https://github.com/vvviperrr/SimpleRT/issues/37
|
||||
* the fork started in 1/2019 has the same issue and stalled right away
|
||||
- versionName: 1.1.1
|
||||
versionCode: 2
|
||||
commit: 3f5deb052f4aa336372d3abf739eb1308086ec37
|
||||
subdir: simple-rt-android/app
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i "s/\(buildscript {\)/\1\n System.properties['com.android.build.gradle.overrideVersionCheck']
|
||||
= 'true'/" ../build.gradle
|
||||
ndk: r14b
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: '1.0'
|
||||
CurrentVersionCode: 1
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: simple-rt-android/app/build.gradle|versionCode\s(\d+)||([\d.]+)
|
||||
CurrentVersion: 1.1.1
|
||||
CurrentVersionCode: 2
|
||||
|
|
|
|||
Loading…
Reference in a new issue