Issue#67 Define deployment of libraries to GitHub
This commit is contained in:
parent
b8b2e0e29e
commit
6156e9457f
7 changed files with 61 additions and 6 deletions
|
|
@ -35,4 +35,7 @@ android {
|
|||
dependencies {
|
||||
implementation "androidx.room:room-testing:$room_version"
|
||||
implementation "androidx.arch.core:core-testing:$arch_core_version"
|
||||
}
|
||||
}
|
||||
|
||||
ext.artifactId = "shared-robolectric"
|
||||
apply from: "../gradlescripts/deploy.aar.gradle"
|
||||
Loading…
Add table
Add a link
Reference in a new issue