From 769d625c21bd6aecf1cd37b50da16cd669d705a4 Mon Sep 17 00:00:00 2001 From: Ronny Brzeski Date: Fri, 4 Aug 2023 14:03:18 +0200 Subject: [PATCH] Update gradle --- androidhkdf/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' + }