Leiste mit Community-Erfolgen erweitern.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

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?

Themen

Anhand von Themen werden Community-Inhalte kategorisiert und Sie können so relevanten Inhalt besser finden.

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
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

Lösung in ursprünglichem Beitrag anzeigen

2 Antworten

Avatar

Korrekte Antwort von
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