Skip to content

Commit

Permalink
Merge branch 'main' into feat/biometric
Browse files Browse the repository at this point in the history
  • Loading branch information
desusai7 authored Jul 8, 2024
2 parents dfa566a + bf38092 commit 1df6b75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:

- run: ./gradlew clean test jacocoTestReport lint --continue --console=plain --max-workers=1 --no-daemon

- uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # pin@4.4.1
- uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # pin@4.5.0
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 1df6b75

Please sign in to comment.