Notice on Migration of ONE store IAP SDK Repository
Mar 31, 2026 (UTC+09:00)
View 534
Hello, this is the ONE store Developer Center.
To provide a more stable and secure development environment,
the repository for ONE store development tools, including the ONE store IAP SDK, will be migrated to Maven Central starting April 1, 2026 (Wed).
As a result of this migration, some changes to the SDK usage are required.
Please refer to the details below and take the necessary actions in advance.
[Schedule]
- Effective date: April 1, 2026 (Wed)
- End of operation for the existing repository: Until April 30, 2026 (Thu)
※ Please note that after April 30, 2026, new builds may fail if the existing repository configuration has not been removed. We strongly recommend taking the necessary measures in advance.
[Changes]
- Migration details :The ONE store SDK repository will be migrated from the existing ONE store–exclusive repository to Maven Central.
- Development environment changes : Please remove the ONE store Maven repository URL that was previously added to the project-level build.gradle file.
※ To ensure the changes are properly applied, we recommend performing a Clean Build followed by a binary rebuild.
allprojects {
repositories {
maven { url 'https://repo.onestore.net/repository/onestore-sdk-public' }
}
}
We kindly ask for your cooperation to ensure a smooth transition.
ONE store will continue to make every effort to provide a more stable and reliable development environment.
Thank you.
Latest notices