Skip to content

Commit

Permalink
bug fix in SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
amimishr committed Sep 18, 2019
1 parent 32ef889 commit 19d1f1c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
Binary file modified emv-anet-sdk.aar
Binary file not shown.
3 changes: 3 additions & 0 deletions sampleapp/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
packagingOptions{
exclude 'META-INF/DEPENDENCIES'
}
}

dependencies {
Expand Down
3 changes: 2 additions & 1 deletion sampleapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ buildscript {
url 'https://maven.google.com/'
name 'Google'
}
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'com.android.tools.build:gradle:3.4.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
Binary file modified sampleapp/emv-anet-sdk/emv-anet-sdk.aar
Binary file not shown.
4 changes: 2 additions & 2 deletions sampleapp/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Dec 28 10:00:20 PST 2015
#Wed Sep 18 14:12:04 IST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip

0 comments on commit 19d1f1c

Please sign in to comment.