Skip to content

Commit

Permalink
build(deps)!: JDK11 and SDK 31+ are required
Browse files Browse the repository at this point in the history
The template now inits a compileSdk/targetSdk 31 project,
JDK8 cannot compile reliably against SDK31, so bump JDK as well
  • Loading branch information
mikehardy committed Feb 11, 2022
1 parent 9def6fe commit a665971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli-doctor/src/tools/versionRanges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ export default {
YARN: '>= 1.10.x',
NPM: '>= 4.x',
WATCHMAN: '4.x',
JAVA: '1.8.x || >= 9',
JAVA: '>= 11',
// Android
ANDROID_SDK: '>= 26.x',
ANDROID_SDK: '>= 31.x',
ANDROID_NDK: '>= 19.x',
// iOS
XCODE: '>= 10.x',
Expand Down

0 comments on commit a665971

Please sign in to comment.