Releases: react-native-community/docker-android
Releases · react-native-community/docker-android
v6.0
This new release comes with a series of potentially breaking changes:
- NDK to 23 for Gradle (specifically some environment variables got renamed/update for Buck)
- Using prebuilt Buck instead of building Buck from source
- Updated Ubuntu version to 22.04 from 20.04
Full Changelog
- fix: permission for non-root user by @gengjiawen in #168
- doc: update invalid link by @gengjiawen in #176
- feat: bump command-lines tool version by @gengjiawen in #175
- Bump Ubuntu from 20.04 to 22.04 by @leotm in #179
- Use Buck from Jitpack by @cortinico in #178
- Update README.md by @abdrehman98 in #182
- Bump NDK to 23.1.7779620 for Gradle by @cortinico in #183
New Contributors
- @leotm made their first contribution in #179
- @abdrehman98 made their first contribution in #182
Full Changelog: v5.4...v6.0
v5.4
What's Changed
- Add
libicu-dev
to the list of the installed libraries by @cortinico in #165
Full Changelog: v5.3...v5.4
v5.3
What's Changed
- Cleanup Dockerfile after API 31 bump by @ShikaSD in #156
- Migrate to supported ubuntu image by @lunaleaps in #161
- fix: add missing key by @gengjiawen in #162
- Add a
CMAKE_BIN_PATH
variable to the PATH by @cortinico in #164
New Contributors
- @lunaleaps made their first contribution in #161
- @cortinico made their first contribution in #164
Full Changelog: v5.2...v5.3
v5.2
v5.1
What's Changed
- remove ANDROID_SDK_HOME env variable by @dulmandakh in #154
New Contributors
- @padupuy made their first contribution in #120
- @chakrihacker made their first contribution in #111
- @shensven made their first contribution in #144
- @zanechua made their first contribution in #150
Full Changelog: v1.0.7...v5.1
v5.0
add jdk 11
v4.2
mainly bump buck
v4.1 - Add OpenJDK 11
Changes:
- Add OpenJDK 11 (JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64). JAVA_HOME defaults to OpenJDK 8
v4.0 - Android NDK 21
Breaking changes:
- NDK r21e (removed r20)
v3.2
- add sudo and ninja-build
- add bundler back