driver_sdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.bringg</groupId> <artifactId>driver_sdk</artifactId> <version>1.10.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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.bringg</groupId> <artifactId>driver_sdk</artifactId> <version>1.10.1</version> <packaging>aar</packaging> <name>driver_sdk</name> <description>The Bringg Driver SDK for Android allows you to integrate Bringg functionality into your own Android apps</description> <url>https://developers.bringg.com/docs/bringg-driver-sdk-android</url> <licenses> <license> <name>BRINGG DRIVER APPLICATION SDK</name> <url>https://raw.githubusercontent.com/bringg/Driver-Sdk-Example-App-Android/master/LICENSE</url> </license> </licenses> <developers> <developer> <id>Bringg</id> <name>Bringg</name> </developer> </developers> <scm> <connection>scm:git:https://github.com/bringg/Driver-Sdk-Example-App-Android.git</connection> <developerConnection>scm:git:https://github.com/bringg/Driver-Sdk-Example-App-Android.git</developerConnection> <url>https://github.com/bringg/Driver-Sdk-Example-App-Android</url> </scm> <dependencies> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.9</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.room</groupId> <artifactId>room-runtime</artifactId> <version>2.3.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>net.zetetic</groupId> <artifactId>android-database-sqlcipher</artifactId> <version>4.4.2</version> <type>aar</type> <scope>compile</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-parcelize-runtime</artifactId> <version>1.4.32</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.michaelrocks</groupId> <artifactId>libphonenumber-android</artifactId> <version>8.12.35</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.8.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.duktape</groupId> <artifactId>duktape-android</artifactId> <version>1.3.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.android.gms</groupId> <artifactId>play-services-base</artifactId> <version>17.5.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.android.gms</groupId> <artifactId>play-services-location</artifactId> <version>17.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.android.gms</groupId> <artifactId>play-services-maps</artifactId> <version>17.0.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.maps.android</groupId> <artifactId>android-maps-utils</artifactId> <version>2.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.socket</groupId> <artifactId>socket.io-client</artifactId> <version>1.0.0</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>json</artifactId> <groupId>org.json</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.neovisionaries</groupId> <artifactId>nv-websocket-client</artifactId> <version>2.10</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.altbeacon</groupId> <artifactId>android-beacon-library</artifactId> <version>2.17.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.4.32</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-android</artifactId> <version>1.4.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>retrofit</artifactId> <version>2.6.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>converter-gson</artifactId> <version>2.6.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>logging-interceptor</artifactId> <version>3.12.12</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>3.12.12</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-livedata</artifactId> <version>2.3.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-livedata-ktx</artifactId> <version>2.3.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-service</artifactId> <version>2.3.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.facebook.spectrum</groupId> <artifactId>spectrum-default</artifactId> <version>1.2.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>