New app: Atomize
This commit is contained in:
parent
7b44baed0f
commit
812eb778ff
35
metadata/com.wrmndfzzy.atomize.yml
Normal file
35
metadata/com.wrmndfzzy.atomize.yml
Normal file
|
@ -0,0 +1,35 @@
|
|||
Categories:
|
||||
- Graphics
|
||||
- Development
|
||||
License: GPL-3.0-only
|
||||
SourceCode: https://github.com/wrmndfzzy/Atomize
|
||||
IssueTracker: https://github.com/wrmndfzzy/Atomize/issues
|
||||
|
||||
AutoName: Atomize
|
||||
Summary: PNG image compression app
|
||||
Description: |-
|
||||
Atomize can shrink the file size of an image significantly, often by as much as
|
||||
70%, and maintains an image's transparency with little to no loss in quality.
|
||||
Atomize uses pngquant as its backend, and is fully opensource.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/wrmndfzzy/Atomize.git
|
||||
|
||||
Builds:
|
||||
- versionName: '1.0'
|
||||
versionCode: 1
|
||||
commit: 1.0.0
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- pngquant-android/pngquant-android-release.aar
|
||||
prebuild:
|
||||
- sed -i -e "s/project(':pngquant-android')/'com.ndahlquist:pngquant-android:0.2'/"
|
||||
build.gradle
|
||||
- sed -i -e 's/com.wrmndfzzy.pngquant/com.nicdahlquist.pngquant/' src/main/java/com/wrmndfzzy/atomize/MainActivity.java
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.0'
|
||||
CurrentVersionCode: 1
|
Loading…
Reference in a new issue