smart-core-sdk-huawei-support-2.0.0.pom
Checksums
MD5
|
1cce512e6234899ac000e48516c97c57
|
SHA1
|
cb1a07a92458669ca0982922ff787d03405cd5f1
|
SHA256
|
e3357c210c95894d2300d073caac4fd0d62bc162ec9adf830d3be73b9bfb4166
|
SHA512
|
6bf68e2e4f89a052f788031589d60514914545a058a020bf36ca0fc8d7f5295f7174f74703b025d18b085f4e20da22c93b7bee705d916bb7fa83eaae139daca1
|
POM
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- 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>com.smartadserver.android</groupId>
<artifactId>smart-core-sdk-huawei-support</artifactId>
<version>2.0.0</version>
<packaging>aar</packaging>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-bom</artifactId>
<version>1.8.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.6.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.huawei.hms</groupId>
<artifactId>ads-identifier</artifactId>
<version>3.4.62.300</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.huawei.hms</groupId>
<artifactId>location</artifactId>
<version>6.11.0.301</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>