mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
added com.neumorphic.calculator
This commit is contained in:
parent
75fc862fb7
commit
b87aec3cb9
1 changed files with 31 additions and 0 deletions
31
metadata/com.neumorphic.calculator.yml
Normal file
31
metadata/com.neumorphic.calculator.yml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
Categories:
|
||||
- Science & Education
|
||||
License: BSD-3-Clause
|
||||
AuthorName: ARITRA BELEL and SHOURYA S GHOSH
|
||||
SourceCode: https://github.com/belelaritra/Neumorphic_Calculator
|
||||
IssueTracker: https://github.com/belelaritra/Neumorphic_Calculator/issues
|
||||
|
||||
AutoName: Calculator
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/belelaritra/Neumorphic_Calculator
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.0
|
||||
versionCode: 1
|
||||
commit: b0ea287db768c146925b7df4853abe10286b8026
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.8.1
|
||||
rm:
|
||||
- ios
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.*\+(\d+)|.|version:\s(.*)\+
|
||||
CurrentVersion: 1.0.0
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue