Skip to content

Commit

Permalink
Merge pull request #40 from dotpay/sdk_2.0.201
Browse files Browse the repository at this point in the history
Added 2.0.201 sdks
  • Loading branch information
wpawel authored Mar 26, 2021
2 parents 512b308 + 5f2aa53 commit 92f49f9
Show file tree
Hide file tree
Showing 19 changed files with 279 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[![](https://img.shields.io/github/release/dotpay/Mobile-SDK-Android.svg?style=for-the-badge)](https://github.com/dotpay/Mobile-SDK-Android/releases/latest "Download")

SDK (Android) Version 2.0.2
SDK (Android) Version 2.0.201

## Compile

Expand Down Expand Up @@ -34,14 +34,14 @@ dependencies {
implementation fileTree(include: ['*.jar', '*.aar'], dir: 'libs')
// Standard Dotpay SDK version
implementation('pl.mobiltek.paymentsmobile:dotpay:2.0.2@aar') {
implementation('pl.mobiltek.paymentsmobile:dotpay:2.0.201@aar') {
transitive = true
}
// OR
// Dotpay SDK with Google Pay integration
implementation('pl.mobiltek.paymentsmobile:dotpay-googlepay:2.0.2@aar') {
implementation('pl.mobiltek.paymentsmobile:dotpay-googlepay:2.0.201@aar') {
transitive = true
}
}
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4e70dce84dddd75ed2ac47e6a81e7f8f
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3680f515d65bdabbcccd0e138c1f5a26065d0185
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>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3662cd9ce5704ee563b9adf5914ea2bb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0c12e78822f1487ad855c37f55ced95a3f8e03c4
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>pl.mobiltek.paymentsmobile</groupId>
<artifactId>dotpay-googlepay</artifactId>
<versioning>
<release>2.0.2</release>
<release>2.0.201</release>
<versions>
<version>1.4.18</version>
<version>1.4.19</version>
Expand All @@ -13,7 +13,8 @@
<version>2.0.0</version>
<version>2.0.1</version>
<version>2.0.2</version>
<version>2.0.201</version>
</versions>
<lastUpdated>20210319121454</lastUpdated>
<lastUpdated>20210325161115</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b0a9cc1594f55d8e979058c03304550b
9f61d07479fa16611bccafdb2d469975
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6f7b6d7158499b454b392d22d081d5e3a668d33a
841a789df576dea614efcc989c1d7d32feb473f8
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0e343443ad8746058b88f6dd67c0ca88
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3dfec45d30c197fa1203b94dba89b77c0207dd18
126 changes: 126 additions & 0 deletions pl/mobiltek/paymentsmobile/dotpay/2.0.201/dotpay-2.0.201.pom
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>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
690eb295106a51f3625e38c502d35e87
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b5c1c0ad866912b26518c5b1eedba51533e65515
5 changes: 3 additions & 2 deletions pl/mobiltek/paymentsmobile/dotpay/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>pl.mobiltek.paymentsmobile</groupId>
<artifactId>dotpay</artifactId>
<versioning>
<release>2.0.2</release>
<release>2.0.201</release>
<versions>
<version>1.4.18</version>
<version>1.4.19</version>
Expand All @@ -13,7 +13,8 @@
<version>2.0.0</version>
<version>2.0.1</version>
<version>2.0.2</version>
<version>2.0.201</version>
</versions>
<lastUpdated>20210319121447</lastUpdated>
<lastUpdated>20210325161109</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion pl/mobiltek/paymentsmobile/dotpay/maven-metadata.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
795c27ba75becc5b1dc98557cf6e7dd2
b7829a1b3c9849009983dc841826cee1
2 changes: 1 addition & 1 deletion pl/mobiltek/paymentsmobile/dotpay/maven-metadata.xml.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
eb2b17608e4283fba0ab1ea04a863baf3886b50b
602b781e3a91b5dbaf16c39ddbeee16ee72f6704

0 comments on commit 92f49f9

Please sign in to comment.