FindMyPhone: add new version

Now builds without prebuilt jars.
NOTE: We need to add the trailing slash to the sourceforge repo,
otherwise we get a redirect to http :-/

Closes fdroid/fdroiddata#780.
master
Marcus Hoffmann 2018-03-10 23:46:16 +01:00
parent e9e1c08168
commit 737db2dfc0
No known key found for this signature in database
GPG Key ID: ACDF63BC43D5E530
2 changed files with 12 additions and 4 deletions

View File

@ -20,7 +20,7 @@ Status: Beta.
.
Repo Type:git-svn
Repo:https://svn.code.sf.net/p/findmyphone/code/trunk
Repo:https://svn.code.sf.net/p/findmyphone/code/trunk/
Build:1.21B,10
commit=33
@ -30,9 +30,15 @@ Build:1.22B,11
commit=34
prebuild=mv lib libs
Build:1.22B-fdroid,12
disable=remove apk
commit=foo
Build:1.23B,13
commit=38
srclibs=javamail@JAVAMAIL-1_6_1
rm=lib
build=pushd $$javamail$$/mail && \
mvn package -DskipTests && \
popd && \
mkdir libs && \
cp $$javamail$$/mail/target/javax.mail.jar libs
Auto Update Mode:None
Update Check Mode:RepoManifest

2
srclibs/javamail.txt Normal file
View File

@ -0,0 +1,2 @@
Repo:https://github.com/javaee/javamail
Repo Type:git