IndoorAtlas SDK Distribution moves to Cloudsmith


Dear Customer,


IndoorAtlas is currently distributing SDK through Bintray to be used in builds of our customers. Due to the forthcoming shutdown of the Bintray service, we’ve moved SDK distribution on the Cloudsmith platform. 


Until April 30, 2021, both Bintray and Cloudsmith will work. From May 1, 2021, new SW builds will only work against the Cloudsmith repository.


To update your builds:



  1. Android: in your build.gradle, change 

maven {

url "https://indooratlas-ltd.bintray.com/mvn-public" 

}


to 


maven {

url "https://dl.cloudsmith.io/public/indooratlas/mvn-public/maven/"

}


You can find an example here



  1. iOS : using Cocoa pods, run: pod install --repo-update


  1. Cordova

    • Reinstall or update cordova-plugin-indooratlas dependency (if using #master) or update to #3.4.2 tag


  1. React Native

    • Reinstall or update react-native-indooratlas dependency (if using #master) or update to #react-native-3.4.2 tag