Forum Replies Created

  • Re: Reply To: package org.spongycastle.asn1.x500 does not exist

    10. March 2019 at 21:50
    in reply to: package org.spongycastle.asn1.x500 does not exist
    Update the dependencies in your build.gradle file to:

    dependencies {
    implementation 'com.google.android.gms:play-services-analytics:16.0.7' //For Using Google Analytics
    implementation 'com.android.support:appcompat-v7:27.1.1'
    implementation 'com.android.support:design:27.1.1'
    implementation 'com.google.firebase:firebase-core:16.0.7'
    implementation 'com.google.firebase:firebase-messaging:17.4.0'
    implementation 'com.madgag.spongycastle:prov:1.58.0.0'
    implementation 'com.madgag.spongycastle:core:1.58.0.0'
    implementation 'com.madgag.spongycastle:bcpkix-jdk15on:1.58.0.0'
    implementation ('taplinx-android:nxpnfcandroidlib:1.5@aar'){
    transitive = true
    changing = true
    }
    }


    Then do a Build > Clean Project, and then try Run > Run.
    + 1  |  - 0
Viewing 1 post (of 1 total)