Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-radhika-s committed Apr 9, 2022
1 parent e18ef5c commit fa902e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions countrypicker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

ext {
PUBLISH_GROUP_ID = 'com.canopas.jetcountrypicker'
PUBLISH_VERSION = '1.0.0'
PUBLISH_VERSION = '1.0.1'
PUBLISH_ARTIFACT_ID = 'jetcountrypicker'
}
apply from: "${rootDir}/scripts/publish-module.gradle"
Expand Down Expand Up @@ -58,4 +58,4 @@ dependencies {
implementation "androidx.compose.material:material-icons-extended:$compose_version"
implementation 'com.google.code.gson:gson:2.8.7'

}
}

0 comments on commit fa902e2

Please sign in to comment.