summaryrefslogtreecommitdiff
path: root/current/androidx/m2repository/androidx/datastore/datastore-android/1.1.0-alpha05/datastore-android-1.1.0-alpha05.pom
blob: e2c399d538ea3d71c5d253fa5e619e426df1843c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<?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.datastore</groupId>
  <artifactId>datastore-android</artifactId>
  <version>1.1.0-alpha05</version>
  <packaging>aar</packaging>
  <name>DataStore</name>
  <description>Android DataStore - contains the underlying store used by each serialization method along with components that require an Android dependency</description>
  <url>https://developer.android.com/jetpack/androidx/releases/datastore#1.1.0-alpha05</url>
  <inceptionYear>2020</inceptionYear>
  <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.datastore</groupId>
        <artifactId>datastore-core</artifactId>
        <version>1.1.0-alpha05</version>
      </dependency>
      <dependency>
        <groupId>androidx.datastore</groupId>
        <artifactId>datastore-core-okio</artifactId>
        <version>1.1.0-alpha05</version>
      </dependency>
      <dependency>
        <groupId>androidx.datastore</groupId>
        <artifactId>datastore-preferences</artifactId>
        <version>1.1.0-alpha05</version>
      </dependency>
      <dependency>
        <groupId>androidx.datastore</groupId>
        <artifactId>datastore-preferences-core</artifactId>
        <version>1.1.0-alpha05</version>
      </dependency>
      <dependency>
        <groupId>androidx.datastore</groupId>
        <artifactId>datastore-preferences-rxjava2</artifactId>
        <version>1.1.0-alpha05</version>
      </dependency>
      <dependency>
        <groupId>androidx.datastore</groupId>
        <artifactId>datastore-preferences-rxjava3</artifactId>
        <version>1.1.0-alpha05</version>
      </dependency>
      <dependency>
        <groupId>androidx.datastore</groupId>
        <artifactId>datastore-rxjava2</artifactId>
        <version>1.1.0-alpha05</version>
      </dependency>
      <dependency>
        <groupId>androidx.datastore</groupId>
        <artifactId>datastore-rxjava3</artifactId>
        <version>1.1.0-alpha05</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>androidx.annotation</groupId>
      <artifactId>annotation</artifactId>
      <version>1.2.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.datastore</groupId>
      <artifactId>datastore-core</artifactId>
      <version>[1.1.0-alpha05]</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.datastore</groupId>
      <artifactId>datastore-core-okio</artifactId>
      <version>[1.1.0-alpha05]</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.okio</groupId>
      <artifactId>okio-jvm</artifactId>
      <version>3.4.0</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>kotlin-stdlib-common</artifactId>
          <groupId>org.jetbrains.kotlin</groupId>
        </exclusion>
        <exclusion>
          <artifactId>kotlin-test-common</artifactId>
          <groupId>org.jetbrains.kotlin</groupId>
        </exclusion>
        <exclusion>
          <artifactId>kotlin-test-annotations-common</artifactId>
          <groupId>org.jetbrains.kotlin</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.8.22</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-core-jvm</artifactId>
      <version>1.7.1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>