Skip to content

Commit

Permalink
Version conflict fix
Browse files Browse the repository at this point in the history
- Corrected the version name live data module was referring.
- Corrected the version name common module was referring.
- Bumped version name for dsl permission module.
  • Loading branch information
sagar-viradiya committed Dec 31, 2019
1 parent a323acf commit a1d3379
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ buildscript {
livedatapermission_version_code = 3
livedatapermission_version_name = '2.0.1'

dslpermission_version_code = 2
dslpermission_version_name = "2.0.0"
dslpermission_version_code = 3
dslpermission_version_name = "2.0.1"

}

Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ ext {
gitUrl = rootProject.ext.libPomGitUrl
githubRepository = rootProject.ext.libGithubRepo

libraryVersion = rootProject.ext.coroutinespermission_version_name
libraryVersion = rootProject.ext.common_version_name

developerId = POM_DEVELOPER_ID
developerName = POM_DEVELOPER_NAME
Expand Down
2 changes: 1 addition & 1 deletion livedatapermission/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ ext {
gitUrl = rootProject.ext.libPomGitUrl
githubRepository = rootProject.ext.libGithubRepo

libraryVersion = rootProject.ext.coroutinespermission_version_name
libraryVersion = rootProject.ext.livedatapermission_version_name

developerId = POM_DEVELOPER_ID
developerName = POM_DEVELOPER_NAME
Expand Down

0 comments on commit a1d3379

Please sign in to comment.