mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-11 20:15:03 -05:00
20 lines
664 B
XML
20 lines
664 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>com.github.chrisbanes.pulltorefresh</groupId>
|
|
<artifactId>extras</artifactId>
|
|
<packaging>pom</packaging>
|
|
<name>Android-PullToRefresh Extras</name>
|
|
|
|
<parent>
|
|
<groupId>com.github.chrisbanes.pulltorefresh</groupId>
|
|
<artifactId>parent</artifactId>
|
|
<version>1.4.2</version>
|
|
</parent>
|
|
|
|
<modules>
|
|
<module>PullToRefreshListFragment</module>
|
|
</modules>
|
|
</project>
|