Skip to content

Commit 0bd296b

Browse files
Release 1.3.0
1 parent 55f1aae commit 0bd296b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff 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

fingerprint/build.gradle

+2-2
Original file line numberDiff line numberDiff 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
}

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
android.useAndroidX=true
22
org.gradle.jvmargs=-Xmx4096m
33
kotlin.code.style=official
4-
VERSION_NAME=1.3.0-rc2
4+
VERSION_NAME=1.3.0
55
VERSION_CODE=7

0 commit comments

Comments
 (0)