Skip to content

Commit

Permalink
Adjust config
Browse files Browse the repository at this point in the history
  • Loading branch information
skjolber committed Apr 7, 2024
1 parent 0a6c89e commit 55fa01f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ configure(javaLibraryProjects()) {
// Applies the component for the release build variant.
from components.java

groupId 'com.github.skjolber.ndef-tools-for-android'
groupId "$group"
artifactId "$project.ext.artifactId"
version "$version"

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.jvmargs=-Xmx1024m

version=2.0.1
GROUP=com.github.skjolber.ndef-tools-for-android
group=com.github.skjolber.ndef-tools-for-android

0 comments on commit 55fa01f

Please sign in to comment.