File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ ENV ASSETS_DIR $APPROOT/app/src/main/assets/
193
193
RUN mkdir -p "$ASSETS_DIR" && cd "$PYTHON_INSTALL_DIR" && zip -0 -q "$ASSETS_DIR" /pythonhome.${TARGET_ABI_SHORTNAME}.zip -r .
194
194
195
195
# Download & install rubicon-java.
196
- ARG RUBICON_JAVA_VERSION=0.2020-02-12.2
196
+ ARG RUBICON_JAVA_VERSION=0.2020-02-27.0
197
197
ADD download-cache/${RUBICON_JAVA_VERSION}.tar.gz .
198
198
RUN cd rubicon-java-${RUBICON_JAVA_VERSION} && \
199
199
LDFLAGS='-landroid -llog' PYTHON_CONFIG=$PYTHON_INSTALL_DIR/bin/python3-config make
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ function download_urls() {
118
118
" https://tukaani.org/xz/xz-5.2.4.tar.gz=b512f3b726d3b37b6dc4c8570e137b9311e7552e8ccbab4d39d47ce5f4177145"
119
119
" https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz" =" ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269"
120
120
" 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 "
122
122
)
123
123
local DOWNLOAD_CACHE=" $PWD /download-cache"
124
124
local DOWNLOAD_CACHE_TMP=" $PWD /download-cache.tmp"
You can’t perform that action at this time.
0 commit comments