Skip to content

Commit

Permalink
CIM profile creating for inside sale flow- both with UI and without UI.
Browse files Browse the repository at this point in the history
  • Loading branch information
amimishr committed Mar 6, 2019
1 parent db36acc commit 32ef889
Show file tree
Hide file tree
Showing 12 changed files with 1,375 additions and 151 deletions.
264 changes: 257 additions & 7 deletions README.md

Large diffs are not rendered by default.

Binary file modified emv-anet-sdk.aar
Binary file not shown.
17 changes: 9 additions & 8 deletions sampleapp/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 24
buildToolsVersion "25.0.0"
compileSdkVersion 27
buildToolsVersion '27.0.3'

defaultConfig {
applicationId "authorize.net.inperson_sdk_android"
minSdkVersion 21
targetSdkVersion 24
versionCode 1
versionName "1.0"
targetSdkVersion 27
versionCode 2
versionName "1.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand All @@ -24,10 +25,10 @@ dependencies {
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
testCompile 'junit:junit:4.12'
compile project(':emv-anet-sdk')
compile 'com.android.support:cardview-v7:25.0.0'
compile 'com.android.support:appcompat-v7:25.0.0'
compile 'com.android.support:cardview-v7:27.1.1'
compile 'com.android.support:appcompat-v7:27.1.1'
compile 'com.android.support:design:27.1.1'
compile 'com.madgag.spongycastle:prov:1.53.0.0'
compile 'org.apache.httpcomponents:httpcore:4.4.1'
compile 'org.apache.httpcomponents:httpclient:4.5'
Expand Down
1 change: 0 additions & 1 deletion sampleapp/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
Expand Down
Loading

0 comments on commit 32ef889

Please sign in to comment.