Fwknop2: Fix build

This commit is contained in:
Boris Kraut 2015-06-13 00:23:11 +02:00
parent 906921af6b
commit d4fedb48e4
2 changed files with 13 additions and 9 deletions

View file

@ -16,21 +16,23 @@ also includes the ability to import keys via QR codes.
Repo Type:git Repo Type:git
Repo:https://github.com/oneru/fwknop2.git Repo:https://github.com/oneru/fwknop2.git
Build:v1.0-Beta.2,1 Build:1.0,3
disable=custom maven repo commit=83416b654afd17c1e35d3f4b82fd109d8a8cf32c
commit=f5d0739a006b1f7b02c9606ff33296af92470294
subdir=app subdir=app
prebuild=sed -i -e '@raw.github.com/Sonelli/maven@g' build.gradle prebuild=sed -i -e '/raw.github.com\/Sonelli\/maven/d' build.gradle && sed -i -e '/jcenter/amavenLocal()' ../build.gradle && \
buildjni=yes pushd $$juicessh-plugin-library$$ && sed -i -e '/Dropbox/d' -e '/groupId/irepository(url: mavenLocal().url)' build.gradle && gradle uploadArchives && popd
buildjni=no
srclibs=juicessh-plugin-library@cf1a9c3494f15c324fbb1e373b49b1b3a79b1926
gradle=yes
Maintainer Notes: Maintainer Notes:
TODO: build com.sonelli:juicessh-pluginlibrary:1.0.+@aar from source Gradle introduced a packageId along with app id. While they are commonly the
see https://github.com/Sonelli/juicessh-performancemonitor/tree/master/Plugin same, it's okay for them to mismatch. We need to fix this in our updates. So
see https://github.com/Sonelli/juicessh-pluginexample right now, UCM is disabled.
. .
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Tags Update Check Mode:None
Current Version:v1.0-Beta.2,1 Current Version:v1.0-Beta.2,1
Current Version Code:1 Current Version Code:1

View file

@ -0,0 +1,2 @@
Repo Type:git
Repo:https://github.com/Sonelli/juicessh-pluginlibrary/