Skip to content

Commit 50fa15a

Browse files
author
Sergey Shelomentsev
committed
chore: version in gradle
1 parent f1ac40b commit 50fa15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/sdk.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ openApiGenerate {
6060
outputDir.set("$buildDir/generated")
6161
groupId.set("com.fingerprint")
6262
id.set("fingerprint-pro-server-api-sdk")
63-
version.set("5.1.1")
63+
version.set(projectVersion)
6464
apiPackage.set("com.fingerprint.api")
6565
modelPackage.set("com.fingerprint.model")
6666
invokerPackage.set("com.fingerprint.sdk")

0 commit comments

Comments
 (0)