summaryrefslogtreecommitdiff
path: root/androidx/core/core-ktx/1.13.0/core-ktx-1.13.0.pom
diff options
context:
space:
mode:
authorJeremy Woods <jbwoods@google.com>2024-04-04 19:18:37 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-04-08 20:43:04 +0000
commit4d6334c254a660d45fca8e736f3e8cdb769d96c5 (patch)
tree7ed0da492132e88b2bbe830ae2eb36e45f87ef15 /androidx/core/core-ktx/1.13.0/core-ktx-1.13.0.pom
parenta4602bec2a4aa52bbdbf07fb6f7440bf752c14c7 (diff)
downloadinternal-4d6334c254a660d45fca8e736f3e8cdb769d96c5.tar.gz
Import prebuilts for:
- androidx.core:core-ktx:1.13.0 from ab/11671795 - androidx.core:core-testing:1.13.0 from ab/11671795 - androidx.core:core:1.13.0 from ab/11671795 This commit was generated from the command: prebuilts/androidx/internal/import_release_prebuilts.py --source 11671795 --groups core Test: ./gradlew buildOnServer (cherry picked from https://android-review.googlesource.com/q/commit:1425d96332b3ef3d9364e6e7ff1951e4affb8e11) Merged-In: If5c2116ca92ac4a4d8784f922bbe3301f013702b Change-Id: If5c2116ca92ac4a4d8784f922bbe3301f013702b
Diffstat (limited to 'androidx/core/core-ktx/1.13.0/core-ktx-1.13.0.pom')
-rw-r--r--androidx/core/core-ktx/1.13.0/core-ktx-1.13.0.pom66
1 files changed, 66 insertions, 0 deletions
diff --git a/androidx/core/core-ktx/1.13.0/core-ktx-1.13.0.pom b/androidx/core/core-ktx/1.13.0/core-ktx-1.13.0.pom
new file mode 100644
index 0000000000..1f403c563a
--- /dev/null
+++ b/androidx/core/core-ktx/1.13.0/core-ktx-1.13.0.pom
@@ -0,0 +1,66 @@
+<?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.core</groupId>
+ <artifactId>core-ktx</artifactId>
+ <version>1.13.0</version>
+ <packaging>aar</packaging>
+ <name>Core Kotlin Extensions</name>
+ <description>Kotlin extensions for 'core' artifact</description>
+ <url>https://developer.android.com/jetpack/androidx/releases/core#1.13.0</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.core</groupId>
+ <artifactId>core</artifactId>
+ <version>1.13.0</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>androidx.annotation</groupId>
+ <artifactId>annotation</artifactId>
+ <version>1.1.0</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>androidx.core</groupId>
+ <artifactId>core</artifactId>
+ <version>1.13.0</version>
+ <scope>compile</scope>
+ <type>aar</type>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib</artifactId>
+ <version>1.8.22</version>
+ <scope>compile</scope>
+ </dependency>
+ </dependencies>
+</project> \ No newline at end of file