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:
Android: in your build.gradle, change
to
You can find an example here.
iOS : using Cocoa pods, run: pod install --repo-update.
Cordova
Reinstall or update cordova-plugin-indooratlas dependency (if using #master) or update to #3.4.2 tag
React Native
Reinstall or update react-native-indooratlas dependency (if using #master) or update to #react-native-3.4.2 tag