bubblegum
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>ro.holdone</groupId>
<artifactId>bubblegum</artifactId>
<version>1.0.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">
<modelVersion>4.0.0</modelVersion>
<groupId>ro.holdone</groupId>
<artifactId>bubblegum</artifactId>
<version>1.0.0</version>
<packaging>aar</packaging>
<name>bubblegum</name>
<description>Gradient animation library, that provides Animated drawable resources and views for enhancing user interfaces.</description>
<url>https://github.com/Crysis21/BubbleGum</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>Crysis21</id>
<name>Cristian Holdunu</name>
<email>cristian.holdunu@gmail.com</email>
<url>https://holdone.ro</url>
</developer>
</developers>
<scm>
<connection>scm:git@github.com:Crysis21/BubbleGum.git</connection>
<developerConnection>scm:git@github.com:Crysis21/BubbleGum.git</developerConnection>
<url>https://github.com/Crysis21/BubbleGum</url>
</scm>
<dependencies>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk7</artifactId>
<version>1.5.31</version>
</dependency>
<dependency>
<groupId>com.jakewharton.timber</groupId>
<artifactId>timber</artifactId>
<version>5.0.1</version>
</dependency>
</dependencies>
</project>