lite
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.naurt.sdk</groupId> <artifactId>lite</artifactId> <version>0.0.5</version> </dependency>
<?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.naurt.sdk</groupId> <artifactId>lite</artifactId> <version>0.0.5</version> <packaging>aar</packaging> <name>Naurt Lite</name> <description>A lite version of Naurt's Android SDK which can be used for automatically detecting and creating door and parking POIs. Does not provide live tracking</description> <url>https://docs.naurt.net/</url> <organization> <name>Naurt</name> <url>https://www.naurt.com/</url> </organization> <licenses> <license> <name>Apache License 2.0</name> <url>https://github.com/Naurt-Ltd-Public/android-lite-sdk/blob/main/LICENSE</url> </license> </licenses> <developers> <developer> <id>andrew</id> <name>Andrew Bowell</name> <email>andrew.b@naurt.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/Naurt-Ltd-Public/android-lite-sdk.git</connection> <developerConnection>scm:git:ssh://github.com:Naurt-Ltd-Public/android-lite-sdk.git</developerConnection> <url>https://github.com/Naurt-Ltd-Public/android-lite-sdk</url> </scm> <dependencies> <dependency> <groupId>com.google.android.gms</groupId> <artifactId>play-services-location</artifactId> <version>[21.0, 21.0.1)</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.7.20</version> <scope>runtime</scope> </dependency> </dependencies> </project>