Skip to content

Commit

Permalink
Merge pull request #52 from fingerprintjs/release/2.4.0
Browse files Browse the repository at this point in the history
Release/2.4.0
  • Loading branch information
Sergey-Makarov authored Jan 18, 2024
2 parents bd69a2f + cb57dfe commit 5717800
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ repositories {
```gradle
dependencies {
...
implementation "com.fingerprint.android:pro:2.3.4"
implementation "com.fingerprint.android:pro:2.4.0"
}
```

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import com.android.build.gradle.internal.api.BaseVariantOutputImpl

@Suppress("PropertyName")
val VERSION_NAME="2.3.4"
val VERSION_NAME="2.4.0"
@Suppress("PropertyName")
val VERSION_CODE=18
val VERSION_CODE=19

plugins {
id("com.android.application")
Expand Down
1 change: 1 addition & 0 deletions docs/client_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ and it might me one of:
- RequestTimeout
- TooManyRequest
- OriginNotAvailable
- PackageNotAuthorized
- HeaderRestricted
- NotAvailableForCrawlBots
- NotAvailableWithoutUA
Expand Down

0 comments on commit 5717800

Please sign in to comment.