@@ -2,7 +2,7 @@ import com.vanniktech.maven.publish.SonatypeHost
22import org.jetbrains.kotlin.gradle.ExperimentalKotlinGradlePluginApi
33import org.jetbrains.kotlin.gradle.dsl.JvmTarget
44
5- group = " io.github.pahill "
5+ group = " io.github.kotlin-hands-on "
66version = " 1.0.6"
77
88plugins {
@@ -40,7 +40,7 @@ kotlin {
4040}
4141
4242android {
43- namespace = " io.github.pahill .fibonacci"
43+ namespace = " io.github.kotlinhandson .fibonacci"
4444 compileSdk = libs.versions.android.compileSdk.get().toInt()
4545 defaultConfig {
4646 minSdk = libs.versions.android.minSdk.get().toInt()
@@ -52,13 +52,13 @@ mavenPublishing {
5252
5353 signAllPublications()
5454
55- coordinates(" io.github.pahill " , " fibonacci" , " 1.0.6" )
55+ coordinates(" io.github.kotlin-hands-on " , " fibonacci" , " 1.0.6" )
5656
5757 pom {
5858 name.set(" Fibonacci library" )
5959 description.set(" A description of what my library does." )
6060 inceptionYear.set(" 2024" )
61- url.set(" https://github.com/pahill /fibonacci/" )
61+ url.set(" https://github.com/kotlin-hands-on /fibonacci/" )
6262 licenses {
6363 license {
6464 name.set(" The Apache License, Version 2.0" )
@@ -68,15 +68,15 @@ mavenPublishing {
6868 }
6969 developers {
7070 developer {
71- id.set(" pahill " )
72- name.set(" Pamela Hill " )
73- url.set(" https://github.com/pahill /" )
71+ id.set(" kotlin-hands-on " )
72+ name.set(" Kotlin Developer Advocate " )
73+ url.set(" https://github.com/kotlin-hands-on /" )
7474 }
7575 }
7676 scm {
77- url.set(" https://github.com/pahill /fibonacci/" )
78- connection.set(" scm:git:git://github.com/pahill /fibonacci.git" )
79- developerConnection.set(
" scm:git:ssh://[email protected] /pahill /fibonacci.git" )
77+ url.set(" https://github.com/kotlin-hands-on /fibonacci/" )
78+ connection.set(" scm:git:git://github.com/kotlin-hands-on /fibonacci.git" )
79+ developerConnection.set(
" scm:git:ssh://[email protected] /kotlin-hands-on /fibonacci.git" )
8080 }
8181 }
8282}
0 commit comments