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

@ -37,4 +37,7 @@ dependencies {
implementation "androidx.arch.core:core-runtime:$arch_core_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_version"
}
}
ext.artifactId = "android-unit-junit5"
apply from: "../gradlescripts/deploy.aar.gradle"