Skip to content

Commit

Permalink
Version up
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey-Makarov committed Jan 18, 2024
1 parent bd69a2f commit b7d7bc9
Show file tree
Hide file tree
Showing 2 changed files with 3 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

0 comments on commit b7d7bc9

Please sign in to comment.