Skip to content

Commit

Permalink
Change publishing properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-Verkhovsky committed Sep 16, 2021
1 parent 53e5b72 commit 1610374
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion fpjs-pro/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ plugins {
id 'maven-publish'
}

group='com.github.fingerprintjs'
publishing {
publications {
mavenJava(MavenPublication) {
groupId = 'com.github.fingerprintjs'
artifactId = "fpjs-pro"
version = '1.0.0'
}
}
}

android {
compileSdkVersion 31
Expand All @@ -31,6 +39,7 @@ android {
}
}
}

}

dependencies {
Expand Down

0 comments on commit 1610374

Please sign in to comment.