mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +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
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/SimpleMobileTools/Simple-Notes
|
||||
Repo: https://github.com/SimpleMobileTools/Simple-Notes.git
|
||||
|
||||
Builds:
|
||||
- versionName: 6.0.0
|
||||
|
|
@ -450,7 +450,20 @@ Builds:
|
|||
- fdroid
|
||||
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
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 6.16.1
|
||||
CurrentVersionCode: 109
|
||||
UpdateCheckData: gradle/libs.versions.toml|app-version-versionCode\s=\s"(\d+)"|.|app-version-versionName\s=\s"(.*)"
|
||||
CurrentVersion: 6.16.5
|
||||
CurrentVersionCode: 113
|
||||
|
|
|
|||
Loading…
Reference in a new issue