Fwknop2: Use jitpack, fix build
This commit is contained in:
parent
11fd51af7c
commit
ccb355d0dd
|
@ -124,16 +124,8 @@ Build:1.2.1,23
|
|||
commit=V1.2.1-release
|
||||
subdir=app
|
||||
gradle=yes
|
||||
srclibs=juicessh-plugin-library@cf1a9c3494f15c324fbb1e373b49b1b3a79b1926
|
||||
prebuild=sed -i -e '/raw.github.com\/Sonelli\/maven/d' -e '/juicessh/d' build.gradle && \
|
||||
sed -i -e '/jcenter/amavenLocal()' ../build.gradle && \
|
||||
mkdir -p ../libs/ && \
|
||||
pushd $$juicessh-plugin-library$$ && \
|
||||
sed -i -e '/Dropbox/d' -e '/groupId/irepository(url: mavenLocal().url)' build.gradle && \
|
||||
popd && \
|
||||
cp -fR $$juicessh-plugin-library$$ ../libs/ && \
|
||||
echo -e "\ninclude ':libs:juicessh-plugin-library'" >> ../settings.gradle && \
|
||||
sed -i -e '/support-v4/acompile project(":libs:juicessh-plugin-library")' build.gradle
|
||||
prebuild=sed -i -e '/raw.github.com/amaven { url "https://jitpack.io" }' build.gradle && \
|
||||
sed -i -e '/raw.github.com\/Sonelli\/maven/d' -e '/com.sonelli/d' -e "/support-v4/acompile 'com.github.Sonelli:juicessh-pluginlibrary:cf1a9c3494'" build.gradle
|
||||
|
||||
Auto Update Mode:Version V%v-release
|
||||
Update Check Mode:Tags ^.*-release$
|
||||
|
|
Loading…
Reference in a new issue