eitri-android
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>tech.eitri</groupId> <artifactId>eitri-android</artifactId> <version>3.12.0</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"> <!-- 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>tech.eitri</groupId> <artifactId>eitri-android</artifactId> <version>3.12.0</version> <packaging>aar</packaging> <name>eitri-android</name> <description>Eitri framework library for Android</description> <url>https://github.com/Calindra/eitri-android</url> <licenses> <license> <name>Proprietary</name> <url>https://google.com</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>eitri</id> <name>Eitri Tech</name> <email>contato@eitri.tech</email> </developer> </developers> <scm> <connection>scm:git:ssh://github.com/Calindra/eitri-android.git</connection> <developerConnection>https://github.com/Calindra/eitri-android/tree/main/</developerConnection> <url>scm:git:git://github.com/Calindra/eitri-android.git</url> </scm> <issueManagement> <url>https://github.com/Calindra/eitri-android/issues</url> </issueManagement> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.8.10</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.core</groupId> <artifactId>core-ktx</artifactId> <version>1.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.6.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.browser</groupId> <artifactId>browser</artifactId> <version>1.4.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.media</groupId> <artifactId>media</artifactId> <version>1.5.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.window</groupId> <artifactId>window</artifactId> <version>1.3.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.android.play</groupId> <artifactId>review</artifactId> <version>2.0.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.android.play</groupId> <artifactId>review-ktx</artifactId> <version>2.0.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-android</artifactId> <version>2.3.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-okhttp</artifactId> <version>2.3.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.10.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.datastore</groupId> <artifactId>datastore-preferences</artifactId> <version>1.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.biometric</groupId> <artifactId>biometric-ktx</artifactId> <version>1.2.0-alpha05</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.jakewharton</groupId> <artifactId>process-phoenix</artifactId> <version>3.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.android.gms</groupId> <artifactId>play-services-location</artifactId> <version>21.3.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.exifinterface</groupId> <artifactId>exifinterface</artifactId> <version>1.4.1</version> <scope>runtime</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>com.simpligility.maven.plugins</groupId> <artifactId>android-maven-plugin</artifactId> <version>4.6.0</version> <extensions>true</extensions> </plugin> </plugins> </build> </project>