mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +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:
|
Categories:
|
||||||
- Internet
|
- Internet
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
SourceCode: https://github.com/vvviperrr/SimpleRT
|
SourceCode: https://github.com/robinpaulson/SimpleRT/
|
||||||
IssueTracker: https://github.com/vvviperrr/SimpleRT/issues
|
IssueTracker: https://github.com/robinpaulson/SimpleRT/issues
|
||||||
|
|
||||||
AutoName: SimpleRT
|
AutoName: SimpleRT
|
||||||
Description: |-
|
Description: |-
|
||||||
|
|
@ -17,7 +17,7 @@ Description: |-
|
||||||
Development is still in progress, bugs and errors can occur.
|
Development is still in progress, bugs and errors can occur.
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/vvviperrr/SimpleRT.git
|
Repo: https://github.com/robinpaulson/SimpleRT.git
|
||||||
|
|
||||||
Builds:
|
Builds:
|
||||||
- versionName: '1.0'
|
- versionName: '1.0'
|
||||||
|
|
@ -29,11 +29,18 @@ Builds:
|
||||||
prebuild: sed -i "s/\(buildscript {\)/\1\n System.properties['com.android.build.gradle.overrideVersionCheck']
|
prebuild: sed -i "s/\(buildscript {\)/\1\n System.properties['com.android.build.gradle.overrideVersionCheck']
|
||||||
= 'true'/" ../build.gradle
|
= 'true'/" ../build.gradle
|
||||||
|
|
||||||
MaintainerNotes: |-
|
- versionName: 1.1.1
|
||||||
* no longer builds, see https://github.com/vvviperrr/SimpleRT/issues/37
|
versionCode: 2
|
||||||
* the fork started in 1/2019 has the same issue and stalled right away
|
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
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: None
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: '1.0'
|
UpdateCheckData: simple-rt-android/app/build.gradle|versionCode\s(\d+)||([\d.]+)
|
||||||
CurrentVersionCode: 1
|
CurrentVersion: 1.1.1
|
||||||
|
CurrentVersionCode: 2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue