Changed group and versioning
This commit is contained in:
parent
f56e114f0f
commit
602b45dd21
1 changed files with 4 additions and 2 deletions
|
@ -11,8 +11,10 @@ plugins {
|
|||
id("org.jetbrains.compose") version "1.1.1"
|
||||
}
|
||||
|
||||
group = "aeab13.github"
|
||||
version = "1.0"
|
||||
val projectVersion = "0.1.0"
|
||||
|
||||
group = "com.jetpackduba"
|
||||
version = projectVersion
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
|
Loading…
Reference in a new issue