Update Password Store to 1.2-a1 (20)
This commit is contained in:
parent
264851f650
commit
bed0a231d3
|
@ -136,6 +136,26 @@ Build:1.1-b8,15
|
|||
sed -i -e "/libraries:openpgp-api-lib/acompile project\(':libraries:swipelistview'\)" build.gradle && \
|
||||
sed -i -e '/clinker/d' -e '/repositories/amavenCentral\(\)' build.gradle
|
||||
|
||||
Build:1.2-a1,20
|
||||
commit=v1.2-a1
|
||||
subdir=app
|
||||
submodules=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:
|
||||
Upstream is clean and should build without modifications when swipelistview is
|
||||
deployed to jcenter/central.
|
||||
|
|
Loading…
Reference in a new issue