smart-core-sdk-7.20.1.pom
Checksums
MD5
|
46db1f4ca348e2f2576a66433f601033
|
SHA1
|
d70e8ef177e97ca3e729e7a63b5cebd59aaa30cb
|
SHA256
|
5589aadfe2b5615f3ac51d2c725e5a365dab6060834216ec4944e644f839ec66
|
SHA512
|
bbbc4b8f7cb5ded5b8efc5b2089314183329cd3c31d0022be5674aa75607a70f9fbe52e687247eb880f308e2a7330f63642ee41a6a054b881ecf5a5aef39b9e1
|
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</artifactId>
<version>7.20.1</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>androidx.preference</groupId>
<artifactId>preference</artifactId>
<version>1.1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.9.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.android.gms</groupId>
<artifactId>play-services-ads-identifier</artifactId>
<version>18.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.android.gms</groupId>
<artifactId>play-services-location</artifactId>
<version>21.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk7</artifactId>
<version>1.5.20</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-android-extensions-runtime</artifactId>
<version>1.5.20</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>