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
+1 -1
View File
@@ -25,7 +25,7 @@ const path = require('path');
* you want to upgrade gradlew or test its proper generation.
*/
for (const variant of ['android', 'androidx']) {
for (const variant of ['androidx']) {
for (const file of ['gradlew', 'gradlew.bat']) {
fs.removeSync(path.join(__dirname, variant, file));
}