mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 10:11:43 +00:00
simplemobiletools.notes - update aum, update, java17
This commit is contained in:
parent
ba06bc4a99
commit
cc299d8e8a
1 changed files with 16 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ Name: Simple Notes Pro
|
||||||
AutoName: Notes
|
AutoName: Notes
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/SimpleMobileTools/Simple-Notes
|
Repo: https://github.com/SimpleMobileTools/Simple-Notes.git
|
||||||
|
|
||||||
Builds:
|
Builds:
|
||||||
- versionName: 6.0.0
|
- versionName: 6.0.0
|
||||||
|
|
@ -450,7 +450,20 @@ Builds:
|
||||||
- fdroid
|
- fdroid
|
||||||
prebuild: sed -i -e '/keystore.*{/,/}/d; /keystore/d' build.gradle
|
prebuild: sed -i -e '/keystore.*{/,/}/d; /keystore/d' build.gradle
|
||||||
|
|
||||||
|
- versionName: 6.16.5
|
||||||
|
versionCode: 113
|
||||||
|
commit: 9bcb6e0856376cfaec565044b7140e6923c40f45
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y openjdk-17-jdk-headless
|
||||||
|
- update-java-alternatives -a
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
prebuild: echo -e "\norg.gradle.jvmargs=-Xmx4096m" >> ../gradle.properties
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 6.16.1
|
UpdateCheckData: gradle/libs.versions.toml|app-version-versionCode\s=\s"(\d+)"|.|app-version-versionName\s=\s"(.*)"
|
||||||
CurrentVersionCode: 109
|
CurrentVersion: 6.16.5
|
||||||
|
CurrentVersionCode: 113
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue