radiegtya / react-native-midtrans

Midtrans Mobile SDK for React Native
66 stars 30 forks source link

Could not find com.midtrans:corekit:1.4.1-SANDBOX #3

Open thekuchel opened 6 years ago

thekuchel commented 6 years ago

Hi @radiegtya , i follow your instruction but when i run 'react-native run-android' , i got error message "Could not find com.midtrans:corekit:1.4.1-SANDBOX" .

did i miss something on setup ?

Thanks !

mucasali commented 6 years ago

are you have add repository midtrans on build.gradle ???

repositories {
    // Add the midtrans repository into the list of repositories
    maven { url "http://dl.bintray.com/pt-midtrans/maven" }
}
thekuchel commented 6 years ago

hi @mucasali , yes i am , i've already add that to my build.gradle

mucasali commented 6 years ago

can you show your build.gradle code ??

jokorezky commented 6 years ago

@thekuchel maybe you can add repository midtrans on android/build.gradle

alt text