Fwknop2: Fix build
This commit is contained in:
parent
906921af6b
commit
d4fedb48e4
|
@ -16,21 +16,23 @@ also includes the ability to import keys via QR codes.
|
|||
Repo Type:git
|
||||
Repo:https://github.com/oneru/fwknop2.git
|
||||
|
||||
Build:v1.0-Beta.2,1
|
||||
disable=custom maven repo
|
||||
commit=f5d0739a006b1f7b02c9606ff33296af92470294
|
||||
Build:1.0,3
|
||||
commit=83416b654afd17c1e35d3f4b82fd109d8a8cf32c
|
||||
subdir=app
|
||||
prebuild=sed -i -e '@raw.github.com/Sonelli/maven@g' build.gradle
|
||||
buildjni=yes
|
||||
prebuild=sed -i -e '/raw.github.com\/Sonelli\/maven/d' build.gradle && sed -i -e '/jcenter/amavenLocal()' ../build.gradle && \
|
||||
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:
|
||||
TODO: build com.sonelli:juicessh-pluginlibrary:1.0.+@aar from source
|
||||
see https://github.com/Sonelli/juicessh-performancemonitor/tree/master/Plugin
|
||||
see https://github.com/Sonelli/juicessh-pluginexample
|
||||
Gradle introduced a packageId along with app id. While they are commonly the
|
||||
same, it's okay for them to mismatch. We need to fix this in our updates. So
|
||||
right now, UCM is disabled.
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Update Check Mode:None
|
||||
Current Version:v1.0-Beta.2,1
|
||||
Current Version Code:1
|
||||
|
||||
|
|
2
srclibs/juicessh-plugin-library.txt
Normal file
2
srclibs/juicessh-plugin-library.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
Repo Type:git
|
||||
Repo:https://github.com/Sonelli/juicessh-pluginlibrary/
|
Loading…
Reference in a new issue