Expand my Community achievements bar.

Check out the 3rd Edition of the AEP Community Lens for all the latest releases, resources, and Community updates
SOLVED

Which release has the android 1.6.0 react-native-acpcore update?

Avatar

Level 1

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?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 2

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

2 Replies

Avatar

Correct answer by
Level 2

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

Avatar

Level 1

Thank you @Yansong , I didnt know about the "+" thing

page footer