diff --git a/androidhkdf/build.gradle b/androidhkdf/build.gradle index c03509a..9e0e6a1 100644 --- a/androidhkdf/build.gradle +++ b/androidhkdf/build.gradle @@ -34,7 +34,7 @@ afterEvaluate { publishing { publications { mavenJava(MavenPublication) { - groupId = 'com.github.TICESoftware' + groupId = 'com.ticeapp.TICESoftware' artifactId = 'androidhkdf' version = '1.4' @@ -63,5 +63,6 @@ dependencies { androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' implementation "com.goterl:lazysodium-android:5.1.0@aar" implementation 'net.java.dev.jna:jna:5.13.0@aar' + }