Commit c138232c authored by Max Lv's avatar Max Lv

Update docker image

parent 608d0227
......@@ -3,7 +3,7 @@ jobs:
build:
working_directory: ~/code
docker:
- image: circleci/android:api-29-ndk
- image: shadowsocks/android-ndk-go:v1.0
environment:
GRADLE_OPTS: -Dorg.gradle.workers.max=1 -Dorg.gradle.daemon=false -Dkotlin.compiler.execution.strategy="in-process"
steps:
......
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="enc_method_entry" translatable="false">
<item>PLAIN</item>
<item>AES-128-GCM</item>
<item>AES-192-GCM</item>
<item>AES-256-GCM</item>
......@@ -9,6 +10,7 @@
</string-array>
<string-array name="enc_method_value" translatable="false">
<item>plain</item>
<item>aes-128-gcm</item>
<item>aes-192-gcm</item>
<item>aes-256-gcm</item>
......
Subproject commit 71b29f66b06ec01e1f0747db0bb85676e0f1663c
Subproject commit b9f56a567770199fde78b1c6fe51b9c76acf479a
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment