Skip to content

Commit

Permalink
feat(): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Oct 7, 2023
1 parent b4d99a8 commit 9a7588f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/terminal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@ android {
}
```

And update minSdkVersion to 26 And compileSdkVersion to 34 in your `android/app/build.gradle` file:

```diff
ext {
- minSdkVersion = 22
- compileSdkVersion = 33
+ minSdkVersion = 26
+ compileSdkVersion = 34
```

## Usage

```typescript
Expand Down

0 comments on commit 9a7588f

Please sign in to comment.