diff options
author | Jan Mulder <jlmulder@xs4all.nl> | 2017-07-29 08:18:05 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-29 08:30:08 -0700 |
commit | 3382f92843c5461dec00ffe8e6d3ab01bee4ac1f (patch) | |
tree | a4d38d0e10829850ca81a7386174b0f9437c6aac /packaging/android | |
parent | 794739b4c0827dfba4eab78f639418f7d4da1f44 (diff) | |
download | subsurface-3382f92843c5461dec00ffe8e6d3ab01bee4ac1f.tar.gz |
Use same libgit2 on Android
Just to be sure. Use the same version on Android build of libgit2
as used in the scripts/build.sh script.
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'packaging/android')
-rwxr-xr-x | packaging/android/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/android/build.sh b/packaging/android/build.sh index 1f4015659..832ad78ce 100755 --- a/packaging/android/build.sh +++ b/packaging/android/build.sh @@ -106,7 +106,7 @@ SQLITE_VERSION=3190200 LIBXML2_VERSION=2.9.4 LIBXSLT_VERSION=1.1.29 LIBZIP_VERSION=1.1.3 -LIBGIT2_VERSION=0.25.1 +LIBGIT2_VERSION=0.26.0 LIBUSB_VERSION=1.0.20 OPENSSL_VERSION=1.0.2l LIBFTDI_VERSION=1.3 |