Update Password Store to 1.1-b8 (15)
This commit is contained in:
parent
218409c1f3
commit
2353b9be5e
|
@ -116,13 +116,33 @@ Build:1.1-b7,14
|
||||||
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-b8,15
|
||||||
|
commit=v1.1-b8
|
||||||
|
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 '/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:
|
Maintainer Notes:
|
||||||
Upstream is clean and should build without modifications when swipelistview is
|
Upstream is clean and should build without modifications when swipelistview is
|
||||||
deployed to jcenter/central.
|
deployed to jcenter/central.
|
||||||
.
|
.
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:RepoManifest
|
Update Check Mode:Tags
|
||||||
Current Version:1.1-b8
|
Current Version:1.1-b8
|
||||||
Current Version Code:15
|
Current Version Code:15
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue