rook-sdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.rookmotion.android</groupId> <artifactId>rook-sdk</artifactId> <version>2.1.1-custom</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.rookmotion.android</groupId> <artifactId>rook-sdk</artifactId> <version>2.1.1-custom</version> <packaging>aar</packaging> <name>rook-sdk</name> <description>Extract and upload data from Health Connect.</description> <url>https://docs.tryrook.io/docs/category/android</url> <inceptionYear>2023</inceptionYear> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>rookmotion</id> <name>Rookeries Development</name> <url>https://github.com/RookeriesDevelopment</url> </developer> </developers> <scm> <connection>scm:git:github.com/RookeriesDevelopment/rook-demo-app-kotlin.git</connection> <developerConnection>scm:git:ssh://github.com/RookeriesDevelopment/rook-demo-app-kotlin.git</developerConnection> <url>https://github.com/RookeriesDevelopment/rook-demo-app-kotlin/tree/main</url> </scm> <dependencies> <dependency> <groupId>androidx.databinding</groupId> <artifactId>viewbinding</artifactId> <version>8.6.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.9.24</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.core</groupId> <artifactId>core-ktx</artifactId> <version>1.15.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.7.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.android.material</groupId> <artifactId>material</artifactId> <version>1.12.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.constraintlayout</groupId> <artifactId>constraintlayout</artifactId> <version>2.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.jakewharton.timber</groupId> <artifactId>timber</artifactId> <version>5.0.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.coil-kt</groupId> <artifactId>coil</artifactId> <version>2.2.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.moshi</groupId> <artifactId>moshi</artifactId> <version>1.15.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>converter-moshi</artifactId> <version>2.11.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>logging-interceptor</artifactId> <version>4.12.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.room</groupId> <artifactId>room-ktx</artifactId> <version>2.6.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.room</groupId> <artifactId>room-runtime</artifactId> <version>2.6.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>net.zetetic</groupId> <artifactId>sqlcipher-android</artifactId> <version>4.6.0</version> <type>aar</type> <scope>runtime</scope> <exclusions> <exclusion> <groupId>*</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>androidx.work</groupId> <artifactId>work-runtime-ktx</artifactId> <version>2.9.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.health.connect</groupId> <artifactId>connect-client</artifactId> <version>1.1.0-beta01</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-viewmodel-ktx</artifactId> <version>2.7.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.activity</groupId> <artifactId>activity-ktx</artifactId> <version>1.8.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.swiperefreshlayout</groupId> <artifactId>swiperefreshlayout</artifactId> <version>1.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-serialization-json</artifactId> <version>1.6.3</version> <scope>runtime</scope> </dependency> </dependencies> </project>