Skip to content

Commit 590331b

Browse files
committed
update amazon IAP compile time dependency
* Remove dependency `in-app-purchasing-2.0.1.jar` which is from 2015, and instead compile against its replacement `amazon-appstore-sdk` v3.x. This change currently makes no difference at compile time, as this crash was only encountered at runtime, but still good to update this dependency to what users are more likely to be currently using.
1 parent 94a57fe commit 590331b

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

OneSignalSDK/onesignal/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ android {
4242
// patch version is ok, since this allows getting bug fix versions.
4343
dependencies {
4444
compileOnly fileTree(dir: 'libs', include: ['*.jar'])
45+
compileOnly('com.amazon.device:amazon-appstore-sdk:[3.0.1, 3.0.99]')
4546

4647
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion"
4748

Binary file not shown.

0 commit comments

Comments
 (0)