Upgrading from V1 to V2
Upgrading from V1 to V2
1. Add ALC library dependencies
Starting from ONE store SDK ALC v2, distribution is provided through maven.
To apply the SDK through maven, the following must be applied.
Delete ALC AAR file
Delete the alc-android-library_v1.0.0.aar file in the libs folder of the Project
Add maven dependencies
Register the ONE store maven address in the project top-level build.gradle file.
For the Android Studio (version: bumblebee), add from settings.gradle.
Add the ONE store ALC library dependency to the build.gradle file of the following app.
Add queries to AndroidManifest.xml
Please refer to the ONE store notices for setting up the following two cases:
For Android 11 (Target SDK 30) or higher, the following must be added.
For Android 11 or higher (Target SDK 30 or higher), you must add queries.
2. Add SDK Configuration
ALC v2 requires the sdk-configuration library to apply the required param for use in the SDK.
To apply this, add the ONE store sdk-configuration library dependency to the build.gradle file.
Last updated