<?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>tw.com.ecpay</groupId>
	<artifactId>ECPayPaymentGatewayKit</artifactId>
	<version>1.2.0</version>
	<packaging>aar</packaging>
	<name>ecpayPaymentGatewayKit</name>
	<description>ECPay PaymentGateway SDK</description>
	<url>https://github.com/ECPay/ECPayPaymentGatewayKit_Android</url>
	<licenses>
		<license>
			<name>MIT Licence</name>
			<url>https://raw.githubusercontent.com/qianyan/underscore.string.java/master/LICENSE</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<developers>
		<developer>
			<id>ecpay</id>
			<name>appstore</name>
			<email>appstore@ecpay.com.tw</email>
		</developer>
	</developers>
	<scm>
		<connection>https://github.com/ECPay/ECPayPaymentGatewayKit_Android.git</connection>
		<developerConnection>git@github.com:ECPay/ECPayPaymentGatewayKit_Android.git</developerConnection>
		<url>https://github.com/ECPay/ECPayPaymentGatewayKit_Android</url>
	</scm>
	<dependencies>
	</dependencies>
</project>