Update Password Store to 1.1-b4 (9)
This commit is contained in:
parent
1abd3ca414
commit
ec3adb8b92
|
@ -31,6 +31,29 @@ Build:1.1-b3,8
|
||||||
sed -i -e "/libraries:openpgp-api-lib/acompile project\(':libraries:swipelistview'\)" 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
|
sed -i -e '/clinker/d' -e '/repositories/amavenCentral\(\)' build.gradle
|
||||||
|
|
||||||
|
Build:1.1-b4,9
|
||||||
|
commit=62877a53db54ab94c2112b9d1c97a8860b686945
|
||||||
|
subdir=app
|
||||||
|
submodules=yes
|
||||||
|
gradle=yes
|
||||||
|
srclibs=Swipelist@de441bf662770acf64df9051727aa5dcd159a16d
|
||||||
|
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 '30,32d' 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 && \
|
||||||
|
sed -i -e '518d' src/main/java/com/zeapo/pwdstore/crypto/PgpHandler.java
|
||||||
|
|
||||||
|
Maintainer Notes:
|
||||||
|
Upstream is clean and should build without modifications when swipelistview is
|
||||||
|
deployed to jcenter/central.
|
||||||
|
.
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:RepoManifest
|
Update Check Mode:RepoManifest
|
||||||
Current Version:1.1-b4
|
Current Version:1.1-b4
|
||||||
|
|
Loading…
Reference in a new issue