File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ dependencies {
8080 // Add this line only if you use this library with Java
8181 implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
8282
83- implementation "com.github.fingerprintjs:fingerprint-android:1.3.0-rc2 "
83+ implementation "com.github.fingerprintjs:fingerprint-android:1.3.0"
8484}
8585
8686
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ android {
1414 mavenJava(MavenPublication ) {
1515 groupId = ' com.github.fingerprintjs'
1616 artifactId = " fingerprint-android"
17- version = ' 1.3.0-rc2 '
18- artifact(" $buildDir /outputs/aar/fingerprint-android-1.3.0-rc2- release.aar" )
17+ version = ' 1.3.0'
18+ artifact(" $buildDir /outputs/aar/fingerprint-android-1.3.0-release.aar" )
1919 }
2020 }
2121 }
Original file line number Diff line number Diff line change 11android.useAndroidX =true
22org.gradle.jvmargs =-Xmx4096m
33kotlin.code.style =official
4- VERSION_NAME =1.3.0-rc2
4+ VERSION_NAME =1.3.0
55VERSION_CODE =7
You can’t perform that action at this time.
0 commit comments