Skip to content

Commit

Permalink
Update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Pflanzmann committed Aug 4, 2023
1 parent ccd64a4 commit 769d625
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion androidhkdf/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ afterEvaluate {
publishing {
publications {
mavenJava(MavenPublication) {
groupId = 'com.github.TICESoftware'
groupId = 'com.ticeapp.TICESoftware'
artifactId = 'androidhkdf'
version = '1.4'

Expand Down Expand Up @@ -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'

}

0 comments on commit 769d625

Please sign in to comment.