Adicionando a biblioteca ao seu projeto

Estas são as bibliotecas que pode ser necessário referenciar no seu projeto e adicionalmente a biblioteca Zoop (zoop_emv_android_sdk_2.3.0_prod.aar)

Para começar a utilizar o Zoop Android SDK, será necessário adicionar o arquivo .aar na pasta /libs do seu projeto, e complementar seu arquivo .gradle com as seguintes dependências:

dependencies {
  
    implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.20'
    implementation 'androidx.core:core-ktx:1.3.2'
    
    implementation 'com.android.support:appcompat-v7:28.0.0'
    implementation 'com.android.support:design:28.0.0'
    implementation 'com.android.support:recyclerview-v7:28.0.0'
    implementation 'com.android.support:support-v13:28.0.0'
    implementation 'com.android.support:cardview-v7:28.0.0'
    implementation 'com.android.support:design:28.0.0'

    implementation 'commons-logging:commons-logging:1.2'

    implementation 'org.solovyev.android.views:linear-layout-manager:0.5@aar'
    implementation 'com.uncopt:android.justified:1.0'
    implementation 'com.facebook.stetho:stetho:1.5.1'
    implementation 'com.github.bluejamesbond:textjustify-android:1.5.1'
    implementation 'com.melnykov:floatingactionbutton:1.3.0'
    implementation 'org.jsoup:jsoup:1.10.2'

    implementation 'com.squareup.okhttp3:okhttp:3.6.0'
    implementation 'com.google.code.gson:gson:2.7'
    implementation 'com.squareup.okhttp3:okhttp-urlconnection:3.4.1'
    implementation 'com.squareup.retrofit2:retrofit:2.1.0'
    implementation 'com.squareup.retrofit2:converter-gson:2.1.0'

    implementation files('libs/zoop_emv_android_sdk_2.1.8.4_prod.aar')

    implementation 'com.google.android.gms:play-services-location:12.0.0'
}