breaking: only support androidx (#1052)

* GH-841 only support androix
This commit is contained in:
Hans Krywalsky
2021-04-15 23:52:14 +02:00
committed by GitHub
parent eeb645c886
commit 2a84d7c44d
59 changed files with 21 additions and 4705 deletions

View File

@@ -122,6 +122,10 @@ task sourcesJar(type: Jar) {
classifier = 'sources'
}
dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
}
artifacts {
archives sourcesJar
}