Hi can someone help me identify what
release version in https://github.com/adobe/react-native-acpcore/releases
has the android 1.6.0 update
I tried checking the most recent releases in the build gradle
and it just says "com.adobe.marketing.mobile:sdk-core:1.+"
is this version 2.0.x releases in the github has the 1.6.0 update?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @ace3
By using the above "1.+" (dynamic version), the React Native 2.0.x package should always load the latest native android builds when building your mobile app.
The latest android core version is 1.11.4 ( https://central.sonatype.dev/artifact/com.adobe.marketing.mobile/sdk-core/1.11.4/overview). The Android artifacts are backwards compatible, so I think the latest ones should also help in your case.
Thanks,
Yansong
Views
Replies
Total Likes
Hi @ace3
By using the above "1.+" (dynamic version), the React Native 2.0.x package should always load the latest native android builds when building your mobile app.
The latest android core version is 1.11.4 ( https://central.sonatype.dev/artifact/com.adobe.marketing.mobile/sdk-core/1.11.4/overview). The Android artifacts are backwards compatible, so I think the latest ones should also help in your case.
Thanks,
Yansong
Views
Replies
Total Likes
Thank you @Yansong , I didnt know about the "+" thing
Views
Replies
Total Likes
Views
Likes
Replies
Views
Like
Replies