tweaks-no-op
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.telefonica</groupId> <artifactId>tweaks-no-op</artifactId> <version>5.0.2</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"> <modelVersion>4.0.0</modelVersion> <groupId>com.telefonica</groupId> <artifactId>tweaks-no-op</artifactId> <version>5.0.2</version> <packaging>aar</packaging> <name>Tweaks for Android-no-op</name> <description>A customizable debug screen to view and edit flags that can be used for development in Jetpack Compose applications</description> <url>https://github.com/Telefonica/tweaks</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>android-team-telefonica</id> <name>Android Team</name> <email>cto-android@telefonica.com</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/Telefonica/tweaks.git</connection> <developerConnection>scm:git:ssh://https://github.com/Telefonica/tweaks.git</developerConnection> <url>https://github.com/Telefonica/tweaks/tree/main</url> </scm> <dependencies> <dependency> <groupId>androidx.compose.ui</groupId> <artifactId>ui</artifactId> <version>1.6.6</version> </dependency> <dependency> <groupId>androidx.navigation</groupId> <artifactId>navigation-compose</artifactId> <version>2.7.7</version> </dependency> </dependencies> </project>