Skip to content

Commit

Permalink
Updated package name
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuppan committed May 19, 2023
1 parent ed00101 commit 6a4727a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ object Versions {
const val minSdk = 21
const val targetSdk = 33

const val versionCode = 16
const val versionName = "1.0.16"
const val versionCode = 17
const val versionName = "1.0.17"

const val groupId = "com.github.nkuppan.country"
const val groupId = "com.github.nkuppan"

object Kotlin {
const val kotlin = "1.8.10"
Expand Down
4 changes: 2 additions & 2 deletions example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ dependencies {

implementation(Libs.Google.material)

// implementation("com.github.nkuppan.country:country:1.0.15")
// implementation("com.github.nkuppan.country:countrycompose:1.0.15")
// implementation("com.github.nkuppan:country:1.0.16")
// implementation("com.github.nkuppan:countrycompose:1.0.16")

implementation project(":country")
implementation project(":countrycompose")
Expand Down

0 comments on commit 6a4727a

Please sign in to comment.