We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a297b commit 89e38afCopy full SHA for 89e38af
1 file changed
build.gradle
@@ -16,7 +16,8 @@ java {
16
def props = new Properties()
17
file("src/main/resources/konduto.properties").withInputStream { props.load(it) }
18
19
-group = 'com.konduto.sdk'
+// group = 'com.konduto.sdk' // old
20
+group = 'com.konduto'
21
version = props["version"]
22
23
// Configuração dos sourceSets
0 commit comments