Skip to content

Commit

Permalink
feat: update versions (#99)
Browse files Browse the repository at this point in the history
We first need to make sure the iOS and Android SDK versions update.

TESTING=none
  • Loading branch information
prm-dan committed Jun 8, 2023
1 parent 2a3d768 commit 460b5be
Show file tree
Hide file tree
Showing 6 changed files with 4,757 additions and 3,316 deletions.
2 changes: 1 addition & 1 deletion BuildProject/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ dependencies {
implementation jscFlavor
}

implementation "ai.promoted:android-metrics-sdk:0.1.6"
implementation "ai.promoted:android-metrics-sdk:1.1.6"
}

// Run this once to be able to run the application with BUCK
Expand Down
2 changes: 1 addition & 1 deletion BuildProject/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,5 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"

// Expose transitive dependency for RN consumers
api "ai.promoted:android-metrics-sdk:1.1.5"
api "ai.promoted:android-metrics-sdk:1.1.6"
}
Loading

0 comments on commit 460b5be

Please sign in to comment.