Password Store: Upstream is clean; simplify build; set AUM.
This commit is contained in:
parent
e29d1b9f4c
commit
c90ceb18e8
|
@ -19,7 +19,6 @@ Build:1.1-b3,8
|
||||||
subdir=app
|
subdir=app
|
||||||
submodules=yes
|
submodules=yes
|
||||||
gradle=yes
|
gradle=yes
|
||||||
srclibs=Swipelist@de441bf662770acf64df9051727aa5dcd159a16d
|
|
||||||
prebuild=cp -fR $$Swipelist$$/swipelistview/src/main ../libraries/swipelistview && \
|
prebuild=cp -fR $$Swipelist$$/swipelistview/src/main ../libraries/swipelistview && \
|
||||||
pushd ../libraries/swipelistview/ && \
|
pushd ../libraries/swipelistview/ && \
|
||||||
mv java src && \
|
mv java src && \
|
||||||
|
@ -141,27 +140,8 @@ Build:1.2-a1,20
|
||||||
subdir=app
|
subdir=app
|
||||||
submodules=yes
|
submodules=yes
|
||||||
gradle=yes
|
gradle=yes
|
||||||
srclibs=Swipelist@eb5a84c41d2131c5e858d5185001ea1e861afe7f
|
|
||||||
prebuild=cp -fR $$Swipelist$$/swipelistview/src/main ../libraries/swipelistview && \
|
|
||||||
pushd ../libraries/swipelistview/ && \
|
|
||||||
mv java src && \
|
|
||||||
mkdir libs && \
|
|
||||||
android update lib-project -p . --target "android-19" && \
|
|
||||||
echo "android.library=true" >> project.properties && \
|
|
||||||
cp ../openpgp-api-lib/build.gradle ./ && \
|
|
||||||
echo -e 'repositories {\nmavenCentral()\n}\n\ndependencies {\ncompile "com.nineoldandroids:library:2.4.0+"\ncompile "com.android.support:appcompat-v7:19.0.+"\n}' >> build.gradle && \
|
|
||||||
popd && \
|
|
||||||
echo "include ':libraries:swipelistview'" >> ../settings.gradle && \
|
|
||||||
sed -i -e '/com.fortysevendeg.swipelistview:swipelistview:1.0-SNAPSHOT@aar/,+2d' build.gradle && \
|
|
||||||
sed -i -e "/libraries:openpgp-api-lib/acompile project\(':libraries:swipelistview'\)" build.gradle && \
|
|
||||||
sed -i -e '/clinker/d' -e '/repositories/amavenCentral\(\)' build.gradle
|
|
||||||
|
|
||||||
Maintainer Notes:
|
Auto Update Mode:Version v%v
|
||||||
Upstream is clean and should build without modifications when swipelistview is
|
|
||||||
deployed to jcenter/central.
|
|
||||||
.
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:1.2-a1
|
Current Version:1.2-a1
|
||||||
Current Version Code:20
|
Current Version Code:20
|
||||||
|
|
Loading…
Reference in a new issue