foqa
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>pl.droidsonroids.foqa</groupId> <artifactId>foqa</artifactId> <version>0.2.26</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>pl.droidsonroids.foqa</groupId> <artifactId>foqa</artifactId> <version>0.2.26</version> <packaging>aar</packaging> <name>foqa</name> <description>Various Quality Assurance utilities to be included in QA/testing variants of Android apps</description> <url>https://github.com/DroidsOnRoids/FoQA</url> <licenses> <license> <name>MIT License</name> <url>https://github.com/DroidsOnRoids/FoQA/blob/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>koral--</id> <name>Karol Wrótniak</name> </developer> </developers> <scm> <connection>git@github.com:DroidsOnRoids/FoQA.git</connection> <developerConnection>git@github.com:DroidsOnRoids/FoQA.git</developerConnection> <url>https://github.com/DroidsOnRoids/FoQA</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp-bom</artifactId> <version>5.1.0</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>com.willowtreeapps.hyperion</groupId> <artifactId>hyperion-core</artifactId> <version>0.9.38</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.willowtreeapps.hyperion</groupId> <artifactId>hyperion-plugin</artifactId> <version>0.9.38</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.github.chuckerteam.chucker</groupId> <artifactId>library</artifactId> <version>4.2.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.2.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.willowtreeapps.hyperion</groupId> <artifactId>hyperion-attr</artifactId> <version>0.9.38</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.willowtreeapps.hyperion</groupId> <artifactId>hyperion-measurement</artifactId> <version>0.9.38</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.willowtreeapps.hyperion</groupId> <artifactId>hyperion-disk</artifactId> <version>0.9.38</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.willowtreeapps.hyperion</groupId> <artifactId>hyperion-recorder</artifactId> <version>0.9.38</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.willowtreeapps.hyperion</groupId> <artifactId>hyperion-phoenix</artifactId> <version>0.9.38</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.willowtreeapps.hyperion</groupId> <artifactId>hyperion-crash</artifactId> <version>0.9.38</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.willowtreeapps.hyperion</groupId> <artifactId>hyperion-shared-preferences</artifactId> <version>0.9.38</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.willowtreeapps.hyperion</groupId> <artifactId>hyperion-geiger-counter</artifactId> <version>0.9.38</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.willowtreeapps.hyperion</groupId> <artifactId>hyperion-timber</artifactId> <version>0.9.38</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.willowtreeapps.hyperion</groupId> <artifactId>hyperion-build-config</artifactId> <version>0.9.38</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.star-zero</groupId> <artifactId>hyperion-appinfo</artifactId> <version>2.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.startup</groupId> <artifactId>startup-runtime</artifactId> <version>1.2.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>pl.droidsonroids.foqa</groupId> <artifactId>debug-db</artifactId> <version>0.2.26</version> <scope>runtime</scope> </dependency> <dependency> <groupId>pl.droidsonroids.foqa</groupId> <artifactId>deviceinfo</artifactId> <version>0.2.26</version> <scope>runtime</scope> </dependency> <dependency> <groupId>pl.droidsonroids.foqa</groupId> <artifactId>fontscale</artifactId> <version>0.2.26</version> <scope>runtime</scope> </dependency> <dependency> <groupId>pl.droidsonroids.foqa</groupId> <artifactId>chucker</artifactId> <version>0.2.26</version> <scope>runtime</scope> </dependency> </dependencies> </project>