-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from dotpay/sdk_2.0.201
Added 2.0.201 sdks
- Loading branch information
Showing
19 changed files
with
279 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+763 KB
pl/mobiltek/paymentsmobile/dotpay-googlepay/2.0.201/dotpay-googlepay-2.0.201.aar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
pl/mobiltek/paymentsmobile/dotpay-googlepay/2.0.201/dotpay-googlepay-2.0.201.aar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
4e70dce84dddd75ed2ac47e6a81e7f8f |
1 change: 1 addition & 0 deletions
1
pl/mobiltek/paymentsmobile/dotpay-googlepay/2.0.201/dotpay-googlepay-2.0.201.aar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3680f515d65bdabbcccd0e138c1f5a26065d0185 |
132 changes: 132 additions & 0 deletions
132
pl/mobiltek/paymentsmobile/dotpay-googlepay/2.0.201/dotpay-googlepay-2.0.201.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,132 @@ | ||
<?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>pl.mobiltek.paymentsmobile</groupId> | ||
<artifactId>dotpay-googlepay</artifactId> | ||
<version>2.0.201</version> | ||
<packaging>aar</packaging> | ||
<dependencies> | ||
<dependency> | ||
<groupId>com.google.android.gms</groupId> | ||
<artifactId>play-services-wallet</artifactId> | ||
<version>18.0.0</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>pl.ecard</groupId> | ||
<artifactId>masterpass-champions-sdk</artifactId> | ||
<version>1.0.1</version> | ||
<type>aar</type> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>androidx.appcompat</groupId> | ||
<artifactId>appcompat</artifactId> | ||
<version>1.1.0</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>androidx.cardview</groupId> | ||
<artifactId>cardview</artifactId> | ||
<version>1.0.0</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>androidx.recyclerview</groupId> | ||
<artifactId>recyclerview</artifactId> | ||
<version>1.1.0</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.google.android.material</groupId> | ||
<artifactId>material</artifactId> | ||
<version>1.0.0</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.squareup.retrofit2</groupId> | ||
<artifactId>converter-gson</artifactId> | ||
<version>2.6.4</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.squareup.retrofit2</groupId> | ||
<artifactId>retrofit</artifactId> | ||
<version>2.6.4</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.squareup.retrofit2</groupId> | ||
<artifactId>adapter-rxjava2</artifactId> | ||
<version>2.6.4</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.squareup.okhttp3</groupId> | ||
<artifactId>logging-interceptor</artifactId> | ||
<version>3.12.0</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.squareup.picasso</groupId> | ||
<artifactId>picasso</artifactId> | ||
<version>2.71828</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>de.greenrobot</groupId> | ||
<artifactId>eventbus</artifactId> | ||
<version>2.4.0</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.j256.ormlite</groupId> | ||
<artifactId>ormlite-core</artifactId> | ||
<version>5.1</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.j256.ormlite</groupId> | ||
<artifactId>ormlite-android</artifactId> | ||
<version>5.1</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>io.card</groupId> | ||
<artifactId>android-sdk</artifactId> | ||
<version>5.4.1</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>commons-codec</groupId> | ||
<artifactId>commons-codec</artifactId> | ||
<version>1.14</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>androidx.preference</groupId> | ||
<artifactId>preference-ktx</artifactId> | ||
<version>1.1.0</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.hannesdorfmann</groupId> | ||
<artifactId>adapterdelegates4</artifactId> | ||
<version>4.3.0</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.google.android.gms</groupId> | ||
<artifactId>play-services-auth</artifactId> | ||
<version>17.0.0</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.jakewharton.timber</groupId> | ||
<artifactId>timber</artifactId> | ||
<version>4.7.1</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
</dependencies> | ||
</project> |
1 change: 1 addition & 0 deletions
1
pl/mobiltek/paymentsmobile/dotpay-googlepay/2.0.201/dotpay-googlepay-2.0.201.pom.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3662cd9ce5704ee563b9adf5914ea2bb |
1 change: 1 addition & 0 deletions
1
pl/mobiltek/paymentsmobile/dotpay-googlepay/2.0.201/dotpay-googlepay-2.0.201.pom.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0c12e78822f1487ad855c37f55ced95a3f8e03c4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
pl/mobiltek/paymentsmobile/dotpay-googlepay/maven-metadata.xml.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
b0a9cc1594f55d8e979058c03304550b | ||
9f61d07479fa16611bccafdb2d469975 |
2 changes: 1 addition & 1 deletion
2
pl/mobiltek/paymentsmobile/dotpay-googlepay/maven-metadata.xml.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
6f7b6d7158499b454b392d22d081d5e3a668d33a | ||
841a789df576dea614efcc989c1d7d32feb473f8 |
Binary file not shown.
1 change: 1 addition & 0 deletions
1
pl/mobiltek/paymentsmobile/dotpay/2.0.201/dotpay-2.0.201.aar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0e343443ad8746058b88f6dd67c0ca88 |
1 change: 1 addition & 0 deletions
1
pl/mobiltek/paymentsmobile/dotpay/2.0.201/dotpay-2.0.201.aar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3dfec45d30c197fa1203b94dba89b77c0207dd18 |
126 changes: 126 additions & 0 deletions
126
pl/mobiltek/paymentsmobile/dotpay/2.0.201/dotpay-2.0.201.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,126 @@ | ||
<?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>pl.mobiltek.paymentsmobile</groupId> | ||
<artifactId>dotpay</artifactId> | ||
<version>2.0.201</version> | ||
<packaging>aar</packaging> | ||
<dependencies> | ||
<dependency> | ||
<groupId>pl.ecard</groupId> | ||
<artifactId>masterpass-champions-sdk</artifactId> | ||
<version>1.0.1</version> | ||
<type>aar</type> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>androidx.appcompat</groupId> | ||
<artifactId>appcompat</artifactId> | ||
<version>1.1.0</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>androidx.cardview</groupId> | ||
<artifactId>cardview</artifactId> | ||
<version>1.0.0</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>androidx.recyclerview</groupId> | ||
<artifactId>recyclerview</artifactId> | ||
<version>1.1.0</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.google.android.material</groupId> | ||
<artifactId>material</artifactId> | ||
<version>1.0.0</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.squareup.retrofit2</groupId> | ||
<artifactId>converter-gson</artifactId> | ||
<version>2.6.4</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.squareup.retrofit2</groupId> | ||
<artifactId>retrofit</artifactId> | ||
<version>2.6.4</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.squareup.retrofit2</groupId> | ||
<artifactId>adapter-rxjava2</artifactId> | ||
<version>2.6.4</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.squareup.okhttp3</groupId> | ||
<artifactId>logging-interceptor</artifactId> | ||
<version>3.12.0</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.squareup.picasso</groupId> | ||
<artifactId>picasso</artifactId> | ||
<version>2.71828</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>de.greenrobot</groupId> | ||
<artifactId>eventbus</artifactId> | ||
<version>2.4.0</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.j256.ormlite</groupId> | ||
<artifactId>ormlite-core</artifactId> | ||
<version>5.1</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.j256.ormlite</groupId> | ||
<artifactId>ormlite-android</artifactId> | ||
<version>5.1</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>io.card</groupId> | ||
<artifactId>android-sdk</artifactId> | ||
<version>5.4.1</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>commons-codec</groupId> | ||
<artifactId>commons-codec</artifactId> | ||
<version>1.14</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>androidx.preference</groupId> | ||
<artifactId>preference-ktx</artifactId> | ||
<version>1.1.0</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.hannesdorfmann</groupId> | ||
<artifactId>adapterdelegates4</artifactId> | ||
<version>4.3.0</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.google.android.gms</groupId> | ||
<artifactId>play-services-auth</artifactId> | ||
<version>17.0.0</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.jakewharton.timber</groupId> | ||
<artifactId>timber</artifactId> | ||
<version>4.7.1</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
</dependencies> | ||
</project> |
1 change: 1 addition & 0 deletions
1
pl/mobiltek/paymentsmobile/dotpay/2.0.201/dotpay-2.0.201.pom.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
690eb295106a51f3625e38c502d35e87 |
1 change: 1 addition & 0 deletions
1
pl/mobiltek/paymentsmobile/dotpay/2.0.201/dotpay-2.0.201.pom.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
b5c1c0ad866912b26518c5b1eedba51533e65515 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
795c27ba75becc5b1dc98557cf6e7dd2 | ||
b7829a1b3c9849009983dc841826cee1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
eb2b17608e4283fba0ab1ea04a863baf3886b50b | ||
602b781e3a91b5dbaf16c39ddbeee16ee72f6704 |