File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
buildSrc/src/main/java/com/nkuppan/country/buildsrc Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments