Skip to content

Commit

Permalink
Update Android Studio requirements in READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
natetrost committed Jan 3, 2024
1 parent 4e48c74 commit f208246
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion agdk/adpf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The sample:

## Prerequisites

Before building in Android Studio the following prerequisites must be
Before building in Android Studio (2022.3 or higher) the following prerequisites must be
performed:

## Requirements
Expand Down
2 changes: 1 addition & 1 deletion agdk/agdktunnel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ feedback on in-game collisions.

## Building

Open the `agdktunnel' directory in Android Studio 2021.2 or higher.
Open the `agdktunnel' directory in Android Studio 2022.3 or higher.

## Memory Advice

Expand Down
2 changes: 1 addition & 1 deletion agdk/game_controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ such as vibration

## Prerequisites

Before building in Android Studio the following prerequisites must be
Before building in Android Studio (2022.3 or higher) the following prerequisites must be
performed:

### ImGui
Expand Down
4 changes: 2 additions & 2 deletions agdk/game_mode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Note that this sample is just demonstrating the easiest and most distinguishable

## Prerequisites

Before building in Android Studio, the following prerequisites must be met:
Before building in Android Studio (2022.3 or higher), the following prerequisites must be met:

### Requirements

Expand All @@ -25,7 +25,7 @@ game mode functionality will be available.

This sample utilizes 3rd party libraries such as Dear Imgui and Bullet physics. Follow these steps to setup the required libraries:

1. Open a terminal and set the working directory to `agdk/thirdparty/`
1. Open a terminal and set the working directory to `agdk/third_party/`
2. Run: `git clone https://github.com/ocornut/imgui`
3. Run: `git clone https://github.com/bulletphysics/bullet3`

Expand Down

0 comments on commit f208246

Please sign in to comment.