File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ dependencies {
80
80
// Add this line only if you use this library with Java
81
81
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
82
82
83
- implementation "com.github.fingerprintjs:fingerprint-android:1.3.0-rc2 "
83
+ implementation "com.github.fingerprintjs:fingerprint-android:1.3.0"
84
84
}
85
85
86
86
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ android {
14
14
mavenJava(MavenPublication ) {
15
15
groupId = ' com.github.fingerprintjs'
16
16
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" )
19
19
}
20
20
}
21
21
}
Original file line number Diff line number Diff line change 1
1
android.useAndroidX =true
2
2
org.gradle.jvmargs =-Xmx4096m
3
3
kotlin.code.style =official
4
- VERSION_NAME =1.3.0-rc2
4
+ VERSION_NAME =1.3.0
5
5
VERSION_CODE =7
You can’t perform that action at this time.
0 commit comments