Update Stanley to 2.3 and add scanignore
Stanley uses the `buildSrc` gradle folder, which generates class files when running any gradle task, which caused some errors with the scanner. As the sources of those classes are all within the repository, they are still open source and compliant with FDroid. - fdroid readmeta ✓ - fdroid rewritemeta fr.xgouchet.packageexplorer ✓ - fdroid checkupdates fr.xgouchet.packageexplorer ✓ - fdroid lint fr.xgouchet.packageexplorer ✓ - fdroid build -v -l fr.xgouchet.packageexplorer ✓
This commit is contained in:
parent
d427329262
commit
085469d556
|
@ -1,48 +0,0 @@
|
|||
Categories:Development
|
||||
License:MIT
|
||||
Author Email:android@xgouchet.fr
|
||||
Web Site:
|
||||
Source Code:https://github.com/xgouchet/Stanley
|
||||
Issue Tracker:https://github.com/xgouchet/Stanley/issues
|
||||
Donate:https://www.paypal.me/xaviergouchet
|
||||
|
||||
Auto Name:Stanley
|
||||
Summary:An application explorer for developers
|
||||
Description:
|
||||
Stanley is an open source app for Android Developpers.
|
||||
|
||||
With it, you can explore packages installed on your device, read the package
|
||||
informations (permissions, features, activities, services, providers and
|
||||
receivers), export the package's manifest.
|
||||
|
||||
It can now also report the same informations from non-installed apk files opened
|
||||
from a file browser.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/xgouchet/Stanley
|
||||
|
||||
Build:2.0.1,12
|
||||
commit=v2.0.1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:2.1,13
|
||||
commit=v2.1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:2.2,14
|
||||
commit=v2.2
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:2.3,15
|
||||
commit=v2.3
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:2.3
|
||||
Current Version Code:15
|
24
metadata/fr.xgouchet.packageexplorer.yml
Normal file
24
metadata/fr.xgouchet.packageexplorer.yml
Normal file
|
@ -0,0 +1,24 @@
|
|||
Categories:
|
||||
- Development
|
||||
License: MIT
|
||||
Donate: https://www.paypal.me/xaviergouchet
|
||||
|
||||
AutoName: Stanley
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/xgouchet/Stanley
|
||||
|
||||
Builds:
|
||||
- versionName: '2.3'
|
||||
versionCode: 15
|
||||
commit: v2.3
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
scanignore:
|
||||
- buildSrc/build/
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '2.3'
|
||||
CurrentVersionCode: 15
|
Loading…
Reference in a new issue