Skip to content

Commit

Permalink
Update Android lib "common" module dependency for release configurati…
Browse files Browse the repository at this point in the history
…on (#59)
  • Loading branch information
maximbircu committed May 6, 2020
1 parent d7861c6 commit 95c0a52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Changelog
=========

## Version 1.0.0 *(In development)*
Issue: [#58](https://github.com/maximbircu/devtools-library/issues/58)
- Update the Android library common module dependency for release configuration to 1.0.0

Issue: [#41](https://github.com/maximbircu/devtools-library/issues/41)
- Configure maven-publish, signing, and dokka plugins

Expand Down
1 change: 1 addition & 0 deletions devtools/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ android {

dependencies {
debugApi(project(':devtools:common')) { transitive = true }
releaseApi("com.maximbircu:devtools-common:1.0.0") { transitive = true }

implementation "org.yaml:snakeyaml:1.25"
implementation "com.google.android.material:material:1.1.0"
Expand Down

0 comments on commit 95c0a52

Please sign in to comment.