Skip to content

Keep Conscrypt and Dynamite Loader in the primary dex file otherwise it will error out on legacy Android versions, fix #2023 #417

Keep Conscrypt and Dynamite Loader in the primary dex file otherwise it will error out on legacy Android versions, fix #2023

Keep Conscrypt and Dynamite Loader in the primary dex file otherwise it will error out on legacy Android versions, fix #2023 #417

Workflow file for this run

name: Build
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
cache: 'gradle'
- run: ./gradlew --no-daemon build
env:
TERM: dumb
JAVA_OPTS: -Xmx2048m