Skip to content

Commit

Permalink
fix indent in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
niyatim23 committed Apr 15, 2024
1 parent a44d095 commit 49efe7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ This SDK has been tested with Java 11, 17 to build the Gradle dependencies and J

```agsl
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
```
For more details about the different Java versions, please check [Java versions in Android builds](https://developer.android.com/build/jdks#jdk-config-in-studio)

Expand Down

0 comments on commit 49efe7f

Please sign in to comment.