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

@ -44,4 +44,7 @@ dependencies {
implementation "com.google.android.material:material:$androidx_material_version"
implementation "androidx.swiperefreshlayout:swiperefreshlayout:$androidx_swiperefreshlayout_version"
implementation "androidx.core:core-ktx:$androidx_core_version"
}
}
ext.artifactId = "android"
apply from: "../gradlescripts/deploy.aar.gradle"