Skip to content

Commit

Permalink
Merge pull request #862 from A1kmm/android35
Browse files Browse the repository at this point in the history
Support Android SDK version 35, with many consequential updates
  • Loading branch information
ibrahimkarahan authored Jul 17, 2024
2 parents ed90358 + 2334ccd commit cbeb350
Show file tree
Hide file tree
Showing 26 changed files with 791 additions and 375 deletions.
77 changes: 48 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"mock-fs": "^4.13.0",
"npm": "^9.5.1",
"ts-node": "^8.10.2",
"typescript": "^3.9.9"
"typescript": "^5.5.3"
}
}
6 changes: 3 additions & 3 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -459,11 +459,11 @@ The Android Command line tools requires the correct version of the JDK to run. T
conflicts with a JDK version that is already installed, Bubblewrap uses a JDK that can unzipped in
a separate folder.

Download a version of JDK 11 that is compatible with your OS from
[AdoptOpenJDK](https://adoptopenjdk.net/releases.html?variant=openjdk11&jvmVariant=hotspot)
Download a version of JDK 17 that is compatible with your OS from
[Adoptium](https://adoptium.net/temurin/releases/?version=17&package=jdk)
and extract it in its own folder.

:warning: **Warning:** Using a version lower than 11 will make it impossible to compile the project and higher
:warning: **Warning:** Using a version lower than 17 will make it impossible to compile the project and higher
versions are incompatible with the Android command line tools.

### Get the Android command line tools
Expand Down
Loading

0 comments on commit cbeb350

Please sign in to comment.