veritrans / veritrans.github.io

Veritrans documentation
http://veritrans.github.io
7 stars 15 forks source link

How to know the $VERSION-SANDBOX #83

Closed j-elmer123 closed 7 years ago

j-elmer123 commented 7 years ago

I'm trying to implement the uikit, but I can't find the $VERSION-SANDBOX compile 'com.midtrans:uikit:$VERSION-SANDBOX'

ziahaqi commented 7 years ago

hi @j-elmer123 this is latest version of the sdk, so you can replace $version with actual version. https://mobile-docs.midtrans.com/#latest-version it will be like this compile 'com.midtrans:corekit:1.9.2-SANDBOX' // for sandbox version compile 'com.midtrans:corekit:1.9.2' // production version

rizdaprasetya commented 7 years ago

hi @j-elmer123

Thanks for contacting Midtrans. As answered, the correct version would be: compile 'com.midtrans:uikit:1.9.2-SANDBOX'

Hope this resolved this issue. If you have any further question about our Mobile SDK or other products, you can email us at support@midtrans.com for faster and detailed response.

Thanks.

j-elmer123 commented 7 years ago

Thx @rizdaprasetya @ziahaqi for the response. I thought $VERSION-SANDBOX and $VERSION using different version. like 1.9.2 and 1.9.x