summaryrefslogtreecommitdiff
path: root/current/androidx/m2repository/androidx/work/work-testing/2.10.0-alpha01/work-testing-2.10.0-alpha01.pom
diff options
context:
space:
mode:
Diffstat (limited to 'current/androidx/m2repository/androidx/work/work-testing/2.10.0-alpha01/work-testing-2.10.0-alpha01.pom')
-rw-r--r--current/androidx/m2repository/androidx/work/work-testing/2.10.0-alpha01/work-testing-2.10.0-alpha01.pom93
1 files changed, 93 insertions, 0 deletions
diff --git a/current/androidx/m2repository/androidx/work/work-testing/2.10.0-alpha01/work-testing-2.10.0-alpha01.pom b/current/androidx/m2repository/androidx/work/work-testing/2.10.0-alpha01/work-testing-2.10.0-alpha01.pom
new file mode 100644
index 000000000..3a16dd8a0
--- /dev/null
+++ b/current/androidx/m2repository/androidx/work/work-testing/2.10.0-alpha01/work-testing-2.10.0-alpha01.pom
@@ -0,0 +1,93 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <!-- This module was also published with a richer model, Gradle metadata, -->
+ <!-- which should be used instead. Do not delete the following line which -->
+ <!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
+ <!-- that they should prefer consuming it instead. -->
+ <!-- do_not_remove: published-with-gradle-metadata -->
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>androidx.work</groupId>
+ <artifactId>work-testing</artifactId>
+ <version>2.10.0-alpha01</version>
+ <packaging>aar</packaging>
+ <name>WorkManager Testing</name>
+ <description>Android WorkManager testing library</description>
+ <url>https://developer.android.com/jetpack/androidx/releases/work#2.10.0-alpha01</url>
+ <inceptionYear>2018</inceptionYear>
+ <organization>
+ <name>The Android Open Source Project</name>
+ </organization>
+ <licenses>
+ <license>
+ <name>The Apache Software License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <name>The Android Open Source Project</name>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+ <url>https://cs.android.com/androidx/platform/frameworks/support</url>
+ </scm>
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>androidx.work</groupId>
+ <artifactId>work-gcm</artifactId>
+ <version>2.10.0-alpha01</version>
+ </dependency>
+ <dependency>
+ <groupId>androidx.work</groupId>
+ <artifactId>work-multiprocess</artifactId>
+ <version>2.10.0-alpha01</version>
+ </dependency>
+ <dependency>
+ <groupId>androidx.work</groupId>
+ <artifactId>work-runtime</artifactId>
+ <version>2.10.0-alpha01</version>
+ </dependency>
+ <dependency>
+ <groupId>androidx.work</groupId>
+ <artifactId>work-runtime-ktx</artifactId>
+ <version>2.10.0-alpha01</version>
+ </dependency>
+ <dependency>
+ <groupId>androidx.work</groupId>
+ <artifactId>work-rxjava2</artifactId>
+ <version>2.10.0-alpha01</version>
+ </dependency>
+ <dependency>
+ <groupId>androidx.work</groupId>
+ <artifactId>work-rxjava3</artifactId>
+ <version>2.10.0-alpha01</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>androidx.lifecycle</groupId>
+ <artifactId>lifecycle-livedata-core</artifactId>
+ <version>2.5.1</version>
+ <scope>runtime</scope>
+ <type>aar</type>
+ </dependency>
+ <dependency>
+ <groupId>androidx.room</groupId>
+ <artifactId>room-runtime</artifactId>
+ <version>2.5.0</version>
+ <scope>runtime</scope>
+ <type>aar</type>
+ </dependency>
+ <dependency>
+ <groupId>androidx.work</groupId>
+ <artifactId>work-runtime</artifactId>
+ <version>[2.10.0-alpha01]</version>
+ <scope>compile</scope>
+ <type>aar</type>
+ </dependency>
+ </dependencies>
+</project> \ No newline at end of file