Merge branch 'updates' of https://gitlab.com/krt/fdroiddata
This commit is contained in:
commit
6a576921b7
|
@ -51,6 +51,14 @@ Build:1.0.8,29
|
|||
prebuild=mkdir -p $$PagerSlidingTabStrip$$/libs && \
|
||||
mv libs/android-support-v4.jar $$PagerSlidingTabStrip$$/libs
|
||||
|
||||
Build:1.0.10,43
|
||||
disable=retention-magic-1.2.2 is not released
|
||||
commit=1.0.10
|
||||
extlibs=android/android-support-v4.jar
|
||||
srclibs=1:task-provider@1.0.10,2:PagerSlidingTabStrip@v1.0.1
|
||||
prebuild=mkdir -p $$PagerSlidingTabStrip$$/libs && \
|
||||
mv libs/android-support-v4.jar $$PagerSlidingTabStrip$$/libs
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.0.10
|
||||
|
|
15
srclibs/RetentionMagic.txt
Normal file
15
srclibs/RetentionMagic.txt
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Source details (the only mandatory fields)
|
||||
Repo Type:git
|
||||
Repo:https://github.com/dmfs/retention-magic.git
|
||||
|
||||
# Comma-separated list of subdirs to use. The first existing subdirectory
|
||||
# found between those given will be used. If none is found or provided, the
|
||||
# root of the repo directory will be used instead.
|
||||
Subdir:
|
||||
|
||||
# Any extra commands to prepare the source library
|
||||
Prepare:
|
||||
|
||||
# If given "Yes", "android update project -p ." will be executed
|
||||
Update Project:
|
||||
|
Loading…
Reference in a new issue