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
-4
View File
@@ -59,10 +59,6 @@ class AndroidTestRunner {
Promise.resolve()
.then(_ => console.log('Starting to run all android platform tests'))
// Android Test
.then(_ => new AndroidTestRunner('Android Project', path.resolve(__dirname, 'android')))
.then(test => test.run())
// AndroidX Test
.then(_ => new AndroidTestRunner('AndroidX Project', path.resolve(__dirname, 'androidx')))
.then(test => test.run())