Skip to content

Commit

Permalink
Version up
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey-Makarov committed Oct 27, 2023
1 parent 2684271 commit c9d6f05
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.3"
implementation "com.fingerprint.android:pro:2.3.4"
}
```

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.3"
val VERSION_NAME="2.3.4"
@Suppress("PropertyName")
val VERSION_CODE=17
val VERSION_CODE=18

plugins {
id("com.android.application")
Expand Down

0 comments on commit c9d6f05

Please sign in to comment.