From 95284f3f4b16ad61173f5266fe85de10d7487637 Mon Sep 17 00:00:00 2001 From: linsui Date: Sun, 20 Jun 2021 19:54:35 +0800 Subject: [PATCH] xmp: 4.12.0 --- metadata/org.helllabs.android.xmp.yml | 23 ++++++++++++++++++++++- srclibs/Volley.yml | 5 +---- 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/metadata/org.helllabs.android.xmp.yml b/metadata/org.helllabs.android.xmp.yml index caa9546450..dc695d11bc 100644 --- a/metadata/org.helllabs.android.xmp.yml +++ b/metadata/org.helllabs.android.xmp.yml @@ -14,7 +14,7 @@ Description: |- website. RepoType: git -Repo: https://github.com/libxmp/xmp-cli.git +Repo: https://git.code.sf.net/p/xmp/xmp-android.git Builds: - versionName: 2.1.0 @@ -165,6 +165,27 @@ Builds: - yes ndk: r12b + - versionName: 4.12.0 + versionCode: 87 + commit: 8a42a3327d76649d70a7c17c46e926e3275079c3 + subdir: app + gradle: + - yes + srclibs: + - Volley@1.1.0 + - Groundy@e90baf9901a8be20b348bd1575d5ad782560cec8 + prebuild: mv $$Volley$$/* ../volley + scandelete: + - app/libs + build: + - pushd $$Groundy$$ + - sed -i -e "s/, 'compiler', 'examples'//" -e '/compiler/d' ../settings.gradle + - sed -i -e '/repo.maven.apache.org/a jcenter()' ../build.gradle + - gradle build + - popd + - mv $$Groundy$$/build/libs/groundy-1.5.jar libs + ndk: r21e + MaintainerNotes: The most recent libxmp version should be fine for all builds. AutoUpdateMode: None diff --git a/srclibs/Volley.yml b/srclibs/Volley.yml index 5accd50257..a7e521a32f 100644 --- a/srclibs/Volley.yml +++ b/srclibs/Volley.yml @@ -1,5 +1,2 @@ RepoType: git -Repo: https://android.googlesource.com/platform/frameworks/volley - -Prepare: | - rm -rf tests/ && echo "android.library=true" >> project.properties +Repo: https://github.com/google/volley.git