A bytecode optimizer for Android apps https://fbredex.com/
10K+
Docker image for Facebook's ReDex Android Bytecode Optimizer.
You can run ReDex with a single command:
docker run --rm -v "$(pwd)":"$(pwd)" -w "$(pwd)" warnyul/redex redex ./myapp.apk -o ./redex.apk
git clone https://github.com/warnyul/docker-redex.git
cd docker-redex
# Use -u to update redex to the latest commit before build it.
./build.sh -u
All image will be tagged with the redex's commit hash to identify builds.
Copyright 2020 Balázs Varga
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Content type
Image
Digest
sha256:715103d22…
Size
1.6 GB
Last updated
over 1 year ago
docker pull warnyul/redex