Skip to content

Commit

Permalink
Merge pull request #10 from apphud/develop
Browse files Browse the repository at this point in the history
fix: updated android sdk
  • Loading branch information
alexandr-makarov-am authored Apr 7, 2021
2 parents 86e99b6 + 64a6bf8 commit 62c160e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,6 @@ dependencies {
// noinspection GradleDynamicVersion
api 'com.facebook.react:react-native:+'
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'com.github.apphud:ApphudSDK-Android:0.8.3'
implementation 'com.github.apphud:ApphudSDK-Android:0.8.5'
implementation 'com.android.billingclient:billing:3.0.0'
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apphud/react-native-apphud-sdk",
"version": "1.0.4",
"version": "1.0.5",
"description": "Apphud SDK for react native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 62c160e

Please sign in to comment.