Add save on device

This commit is contained in:
proletarius101 2021-11-17 07:04:25 +00:00
parent bb89a74af0
commit 6f43c572f3

View file

@ -0,0 +1,34 @@
Categories:
- System
License: Apache-2.0
AuthorName: lmj0011
AuthorEmail: holdupapp@protonmail.com
SourceCode: https://github.com/lmj0011/save-on-device
IssueTracker: https://github.com/lmj0011/save-on-device/issues
Name: Save on Device
AutoName: Save
Summary: Adds a "Save on device" option to the Android Sharesheet
Description: This app adds an option to the Android Sharesheet that allows you to
save files to your device.
RepoType: git
Repo: https://github.com/lmj0011/save-on-device.git
Builds:
- versionName: '0.1'
versionCode: 1
commit: 1258127b56cad7d4bc438fa5a7237e1a18fd3d05
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
UpdateCheckData: app/build.gradle|versionCode\s(\d+)||
CurrentVersion: '0.1'
CurrentVersionCode: 1