logsender
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.itsaky.androidide</groupId> <artifactId>logsender</artifactId> <version>2.7.1-beta</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.itsaky.androidide</groupId> <artifactId>logsender</artifactId> <version>2.7.1-beta</version> <packaging>pom</packaging> <name>logsender</name> <description>LogSender is used to read logs from applications built with AndroidIDE</description> <url>https://github.com/AndroidIDEOfficial/AndroidIDE</url> <inceptionYear>2021</inceptionYear> <licenses> <license> <name>The GNU General Public License, v3.0</name> <url>https://www.gnu.org/licenses/gpl-3.0.en.html</url> <distribution>https://www.gnu.org/licenses/gpl-3.0.en.html</distribution> </license> </licenses> <developers> <developer> <id>androidide</id> <name>AndroidIDE</name> <url>https://m.androidide.com</url> </developer> </developers> <scm> <connection>scm:git:git://github.com/AndroidIDEOfficial/AndroidIDE.git</connection> <developerConnection>scm:git:ssh://git@github.com/AndroidIDEOfficial/AndroidIDE.git</developerConnection> <url>https://github.com/AndroidIDEOfficial/AndroidIDE</url> </scm> <dependencies> <dependency> <groupId>com.itsaky.androidide</groupId> <artifactId>logger</artifactId> <version>2.7.1-beta</version> <scope>compile</scope> <optional>true</optional> </dependency> </dependencies> </project>