summaryrefslogtreecommitdiff
path: root/common/androidx-test/androidx/test/runner
diff options
context:
space:
mode:
Diffstat (limited to 'common/androidx-test/androidx/test/runner')
-rw-r--r--common/androidx-test/androidx/test/runner/1.5.3-alpha01/runner-1.5.3-alpha01-sources.jarbin181515 -> 0 bytes
-rw-r--r--common/androidx-test/androidx/test/runner/1.5.3-alpha01/runner-1.5.3-alpha01.aarbin284881 -> 0 bytes
-rw-r--r--common/androidx-test/androidx/test/runner/1.6.0-alpha05/runner-1.6.0-alpha05-sources.jarbin0 -> 234774 bytes
-rw-r--r--common/androidx-test/androidx/test/runner/1.6.0-alpha05/runner-1.6.0-alpha05.aarbin0 -> 278730 bytes
-rw-r--r--common/androidx-test/androidx/test/runner/1.6.0-alpha05/runner-1.6.0-alpha05.pom (renamed from common/androidx-test/androidx/test/runner/1.5.3-alpha01/runner-1.5.3-alpha01.pom)28
5 files changed, 17 insertions, 11 deletions
diff --git a/common/androidx-test/androidx/test/runner/1.5.3-alpha01/runner-1.5.3-alpha01-sources.jar b/common/androidx-test/androidx/test/runner/1.5.3-alpha01/runner-1.5.3-alpha01-sources.jar
deleted file mode 100644
index 090711e2..00000000
--- a/common/androidx-test/androidx/test/runner/1.5.3-alpha01/runner-1.5.3-alpha01-sources.jar
+++ /dev/null
Binary files differ
diff --git a/common/androidx-test/androidx/test/runner/1.5.3-alpha01/runner-1.5.3-alpha01.aar b/common/androidx-test/androidx/test/runner/1.5.3-alpha01/runner-1.5.3-alpha01.aar
deleted file mode 100644
index 0140d16b..00000000
--- a/common/androidx-test/androidx/test/runner/1.5.3-alpha01/runner-1.5.3-alpha01.aar
+++ /dev/null
Binary files differ
diff --git a/common/androidx-test/androidx/test/runner/1.6.0-alpha05/runner-1.6.0-alpha05-sources.jar b/common/androidx-test/androidx/test/runner/1.6.0-alpha05/runner-1.6.0-alpha05-sources.jar
new file mode 100644
index 00000000..1a492c30
--- /dev/null
+++ b/common/androidx-test/androidx/test/runner/1.6.0-alpha05/runner-1.6.0-alpha05-sources.jar
Binary files differ
diff --git a/common/androidx-test/androidx/test/runner/1.6.0-alpha05/runner-1.6.0-alpha05.aar b/common/androidx-test/androidx/test/runner/1.6.0-alpha05/runner-1.6.0-alpha05.aar
new file mode 100644
index 00000000..421bbca5
--- /dev/null
+++ b/common/androidx-test/androidx/test/runner/1.6.0-alpha05/runner-1.6.0-alpha05.aar
Binary files differ
diff --git a/common/androidx-test/androidx/test/runner/1.5.3-alpha01/runner-1.5.3-alpha01.pom b/common/androidx-test/androidx/test/runner/1.6.0-alpha05/runner-1.6.0-alpha05.pom
index 0ae83def..aeeb69fc 100644
--- a/common/androidx-test/androidx/test/runner/1.5.3-alpha01/runner-1.5.3-alpha01.pom
+++ b/common/androidx-test/androidx/test/runner/1.6.0-alpha05/runner-1.6.0-alpha05.pom
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>androidx.test</groupId>
<artifactId>runner</artifactId>
- <version>1.5.3-alpha01</version>
+ <version>1.6.0-alpha05</version>
<packaging>aar</packaging>
<name>AndroidX Test Library</name>
<description>The AndroidX Test Library provides an extensive framework for testing Android apps</description>
@@ -27,38 +27,44 @@
<dependency>
<groupId>androidx.annotation</groupId>
<artifactId>annotation</artifactId>
- <version>1.2.0</version>
+ <version>1.7.0-beta01</version>
<scope>compile</scope>
+
</dependency>
<dependency>
- <groupId>androidx.test</groupId>
- <artifactId>annotation</artifactId>
- <version>1.0.1</version>
+ <groupId>androidx.test.services</groupId>
+ <artifactId>storage</artifactId>
+ <version>1.5.0-alpha02</version>
<scope>compile</scope>
+
</dependency>
<dependency>
<groupId>androidx.test</groupId>
- <artifactId>monitor</artifactId>
- <version>[1.6.1]</version>
+ <artifactId>annotation</artifactId>
+ <version>1.1.0-alpha02</version>
<scope>compile</scope>
+
</dependency>
<dependency>
- <groupId>androidx.test.services</groupId>
- <artifactId>storage</artifactId>
- <version>[1.4.2]</version>
+ <groupId>androidx.test</groupId>
+ <artifactId>monitor</artifactId>
+ <version>1.7.0-alpha03</version>
<scope>compile</scope>
+
</dependency>
<dependency>
<groupId>androidx.tracing</groupId>
<artifactId>tracing</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0</version>
<scope>compile</scope>
+
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<scope>compile</scope>
+
</dependency>
</dependencies>
</project>