core-gms-lite
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.webex.connect</groupId>
<artifactId>core-gms-lite</artifactId>
<version>2.20.7</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.webex.connect</groupId>
<artifactId>core-gms-lite</artifactId>
<version>2.20.7</version>
<packaging>aar</packaging>
<name>core-gms-lite</name>
<description>Webex Connect Android SDK provides a messaging framework that enables app developers to embed bidirectional in-app messaging and interactive push notifications capabilities within their mobile applications.</description>
<url>https://github.com/webex/wxconnect-core-android-sdk</url>
<licenses>
<license>
<name>All contents are licensed under the Cisco EULA</name>
<url>https://github.com/webex/wxconnect-core-android-sdk/blob/main/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>ashish09</id>
<name>Ashish Das</name>
<email>ashish09@cisco.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/webex/wxconnect-core-android-sdk.git</connection>
<developerConnection>scm:git:ssh://github.com:webex/wxconnect-core-android-sdk.git</developerConnection>
<url>https://github.com/webex/wxconnect-core-android-sdk/tree/main</url>
</scm>
<dependencies>
<dependency>
<groupId>androidx.core</groupId>
<artifactId>core</artifactId>
<version>1.15.0</version>
</dependency>
<dependency>
<groupId>androidx.sqlite</groupId>
<artifactId>sqlite</artifactId>
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>androidx.work</groupId>
<artifactId>work-runtime</artifactId>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>androidx.constraintlayout</groupId>
<artifactId>constraintlayout</artifactId>
<version>2.2.1</version>
</dependency>
<dependency>
<groupId>androidx.localbroadcastmanager</groupId>
<artifactId>localbroadcastmanager</artifactId>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>com.squareup.picasso</groupId>
<artifactId>picasso</artifactId>
<version>2.8</version>
</dependency>
<dependency>
<groupId>net.zetetic</groupId>
<artifactId>android-database-sqlcipher</artifactId>
<version>4.5.4</version>
</dependency>
<dependency>
<groupId>com.google.android.gms</groupId>
<artifactId>play-services-base</artifactId>
<version>18.5.0</version>
</dependency>
<dependency>
<groupId>com.google.firebase</groupId>
<artifactId>firebase-messaging</artifactId>
<version>24.1.0</version>
</dependency>
</dependencies>
</project>