Skip to content

Commit afc2b93

Browse files
committed
Upgrade to current rubicon-java
1 parent 5411530 commit afc2b93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

3.7.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ ENV ASSETS_DIR $APPROOT/app/src/main/assets/
193193
RUN mkdir -p "$ASSETS_DIR" && cd "$PYTHON_INSTALL_DIR" && zip -0 -q "$ASSETS_DIR"/pythonhome.${TARGET_ABI_SHORTNAME}.zip -r .
194194

195195
# Download & install rubicon-java.
196-
ARG RUBICON_JAVA_VERSION=0.2020-02-12.2
196+
ARG RUBICON_JAVA_VERSION=0.2020-02-27.0
197197
ADD download-cache/${RUBICON_JAVA_VERSION}.tar.gz .
198198
RUN cd rubicon-java-${RUBICON_JAVA_VERSION} && \
199199
LDFLAGS='-landroid -llog' PYTHON_CONFIG=$PYTHON_INSTALL_DIR/bin/python3-config make

3.7.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ function download_urls() {
118118
"https://tukaani.org/xz/xz-5.2.4.tar.gz=b512f3b726d3b37b6dc4c8570e137b9311e7552e8ccbab4d39d47ce5f4177145"
119119
"https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz"="ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269"
120120
"http://archive.ubuntu.com/ubuntu/pool/main/s/sqlite3/sqlite3_3.11.0.orig.tar.xz"="79fb8800b8744337d5317270899a5a40612bb76f81517e131bf496c26b044490"
121-
"https://github.com/paulproteus/rubicon-java/archive/0.2020-02-12.2.tar.gz=63eede8415f63b7717e8df99a46747d7b7067cd9f04f1563158be2db74c8c9a9"
121+
"https://github.com/paulproteus/rubicon-java/archive/0.2020-02-27.0.tar.gz=b698c1f5fd3f8d825ed88e1a782f1aaa58f6d27404edc43fdb7dd117ab4c8f28"
122122
)
123123
local DOWNLOAD_CACHE="$PWD/download-cache"
124124
local DOWNLOAD_CACHE_TMP="$PWD/download-cache.tmp"

0 commit comments

Comments
 (0)