Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update readme to make requirement clearer.
In this context "targeting" may be understood as apps working on given SDK version (`minSdkVersion`)
  • Loading branch information
igorwojda committed Jun 4, 2024
1 parent e97ebce commit 8d335e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

Android API version 31 or later and Java 8+.

> :warning: Applications targeting Android SDK version 30 and below should use version 2.9.0.
> :warning: Applications targeting Android SDK version 30 (`targetSdkVersion = 30`) and below should use version 2.9.0.
Here’s what you need in `build.gradle` to target Java 8 byte code for Android and Kotlin plugins respectively.

Expand Down

0 comments on commit 8d335e5

Please sign in to comment.