i get this issue when i try to build the project but when i look at the code i can find com.braintreepayments.api:drop-in:. i don't know what to do
`buildscript {
repositories {
maven { url 'https://plugins.gradle.org/m2/' }
}
dependencies {
classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:0.12.10'
}
}
apply plugin: 'com.onesignal.androidsdk.onesignal-gradle-plugin'
Hi @kamalzariah thanks for using the Braintree SDK for Android. Please use the provided issue template when creating a GH issue for the drop-in library. Closing this for now.
i get this issue when i try to build the project but when i look at the code i can find
com.braintreepayments.api:drop-in:.
i don't know what to do `buildscript { repositories { maven { url 'https://plugins.gradle.org/m2/' } } dependencies { classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:0.12.10' } } apply plugin: 'com.onesignal.androidsdk.onesignal-gradle-plugin'repositories { maven { url 'https://maven.google.com' } }
apply plugin: 'com.android.application'
android { compileSdkVersion 30
}
dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') implementation 'androidx.appcompat:appcompat:1.2.0'
// implementation 'androidx.legacy:legacy-support-v4:1.0.0'
// implementation 'com.google.android.exoplayer:exoplayer:r2.5.2' implementation 'com.leo.simplearcloader:simplearcloader:'
// //Paykun // implementation 'com.paykun.sdk:paykun-checkout-lib:1.1.13' // // //Traknpay // implementation project(':PGSDKVR4')
}
apply plugin: 'com.google.gms.google-services' `