Skip to content

Commit 89e38af

Browse files
committed
Teste version
1 parent e2a297b commit 89e38af

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ java {
1616
def props = new Properties()
1717
file("src/main/resources/konduto.properties").withInputStream { props.load(it) }
1818

19-
group = 'com.konduto.sdk'
19+
// group = 'com.konduto.sdk' // old
20+
group = 'com.konduto'
2021
version = props["version"]
2122

2223
// Configuração dos sourceSets

0 commit comments

Comments
 (0)