Skip to content

Commit

Permalink
Fingerprint Pro version update: 2.3.2 -> 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey-Makarov committed Oct 9, 2023
1 parent df9de5d commit c878c5d
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.2"
implementation "com.fingerprint.android:pro:2.3.3"
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ android.enableJetifier=true
kotlin.code.style=official
android.useAndroidX=true
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8
VERSION_NAME=2.3.2
VERSION_CODE=15
VERSION_NAME=2.3.3
VERSION_CODE=16

0 comments on commit c878c5d

Please sign in to comment.