react-native-midtrans icon indicating copy to clipboard operation
react-native-midtrans copied to clipboard

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

Open thekuchel opened this issue 6 years ago • 4 comments

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 !

thekuchel avatar Nov 13 '17 15:11 thekuchel

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" }
}

mucasali avatar Nov 14 '17 01:11 mucasali

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

thekuchel avatar Nov 14 '17 02:11 thekuchel

can you show your build.gradle code ??

mucasali avatar Nov 14 '17 07:11 mucasali

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

alt text

jokorezky avatar Feb 09 '18 16:02 jokorezky