UNPKG

weex-plugin-image-picker

Version:

image-picker extend for weex

62 lines (61 loc) 2.1 kB
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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"> <modelVersion>4.0.0</modelVersion> <groupId>org.weex.plugin</groupId> <artifactId>imagepicker</artifactId> <version>0.0.3</version> <packaging>aar</packaging> <name>image-picker extend for weex</name> <url>https://github.com/scholar-ink/weex-image-picker</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>zhouink</id> <name>zhouchao</name> <email>zhouc1120@gmail.com</email> </developer> </developers> <scm> <connection>https://github.com/scholar-ink/weex-image-picker.git</connection> <developerConnection>https://github.com/scholar-ink/weex-image-picker.git</developerConnection> <url>https://github.com/scholar-ink/weex-image-picker</url> </scm> <dependencies> <dependency> <groupId>com.android.support</groupId> <artifactId>appcompat-v7</artifactId> <version>25.1.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.taobao.android</groupId> <artifactId>weex_sdk</artifactId> <version>0.16.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.github.LuckSiege.PictureSelector</groupId> <artifactId>picture_library</artifactId> <version>v2.1.7</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>3.8.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.github.lizhangqu</groupId> <artifactId>coreprogress</artifactId> <version>1.0.2</version> <scope>compile</scope> </dependency> </dependencies> </project>