Skip to content

Commit 6a4727a

Browse files
committed
Updated package name
1 parent ed00101 commit 6a4727a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

buildSrc/src/main/java/com/nkuppan/country/buildsrc/Versions.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ object Versions {
55
const val minSdk = 21
66
const val targetSdk = 33
77

8-
const val versionCode = 16
9-
const val versionName = "1.0.16"
8+
const val versionCode = 17
9+
const val versionName = "1.0.17"
1010

11-
const val groupId = "com.github.nkuppan.country"
11+
const val groupId = "com.github.nkuppan"
1212

1313
object Kotlin {
1414
const val kotlin = "1.8.10"

example/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ dependencies {
5757

5858
implementation(Libs.Google.material)
5959

60-
// implementation("com.github.nkuppan.country:country:1.0.15")
61-
// implementation("com.github.nkuppan.country:countrycompose:1.0.15")
60+
// implementation("com.github.nkuppan:country:1.0.16")
61+
// implementation("com.github.nkuppan:countrycompose:1.0.16")
6262

6363
implementation project(":country")
6464
implementation project(":countrycompose")

0 commit comments

Comments
 (0)