Issue#67 Define deployment of libraries to GitHub

This commit is contained in:
Gergely Hegedus 2022-07-12 12:58:01 +03:00
parent b8b2e0e29e
commit 6156e9457f
7 changed files with 61 additions and 6 deletions

View file

@ -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"