mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Disable recent builds of tubelab, as prebuilt JARs are downloaded
* 5c27292543 (after 1.10.2) introduced the download of prebuilt JARs. Therefore we disable all builds from this date onwards.
* Additionally AutoUdate is disabled, until the issue is fixed upstream
relates to fdroid/fdroiddata#2278
This commit is contained in:
parent
92047cbc3c
commit
82e6abe7f9
2 changed files with 8 additions and 2 deletions
|
|
@ -162,6 +162,7 @@ Builds:
|
|||
|
||||
- versionName: 1.12.1
|
||||
versionCode: 37
|
||||
disable: download of prebuild JARs
|
||||
commit: 1.12.1
|
||||
subdir: app
|
||||
gradle:
|
||||
|
|
@ -171,6 +172,7 @@ Builds:
|
|||
|
||||
- versionName: 1.13.0
|
||||
versionCode: 38
|
||||
disable: download of prebuild JARs
|
||||
commit: 1.13.0
|
||||
subdir: app
|
||||
gradle:
|
||||
|
|
@ -180,6 +182,7 @@ Builds:
|
|||
|
||||
- versionName: 1.13.1
|
||||
versionCode: 39
|
||||
disable: download of prebuild JARs
|
||||
commit: 1.13.1
|
||||
subdir: app
|
||||
gradle:
|
||||
|
|
@ -187,7 +190,7 @@ Builds:
|
|||
rm:
|
||||
- torrentStream/libs/jlibtorrent-*.jar
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.13.1
|
||||
CurrentVersionCode: 39
|
||||
|
|
|
|||
|
|
@ -129,6 +129,7 @@ Builds:
|
|||
|
||||
- versionName: 1.12.1
|
||||
versionCode: 37
|
||||
disable: download of prebuild JARs
|
||||
commit: 1.12.1
|
||||
subdir: app
|
||||
gradle:
|
||||
|
|
@ -138,6 +139,7 @@ Builds:
|
|||
|
||||
- versionName: 1.13.0
|
||||
versionCode: 38
|
||||
disable: download of prebuild JARs
|
||||
commit: 1.13.0
|
||||
subdir: app
|
||||
gradle:
|
||||
|
|
@ -147,6 +149,7 @@ Builds:
|
|||
|
||||
- versionName: 1.13.1
|
||||
versionCode: 39
|
||||
disable: download of prebuild JARs
|
||||
commit: 1.13.1
|
||||
subdir: app
|
||||
gradle:
|
||||
|
|
@ -154,7 +157,7 @@ Builds:
|
|||
rm:
|
||||
- torrentStream/libs/jlibtorrent-*.jar
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.13.1
|
||||
CurrentVersionCode: 39
|
||||
|
|
|
|||
Loading…
Reference in a new issue