We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86e99b6 + 64a6bf8 commit 62c160eCopy full SHA for 62c160e
android/build.gradle
@@ -127,6 +127,6 @@ dependencies {
127
// noinspection GradleDynamicVersion
128
api 'com.facebook.react:react-native:+'
129
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
130
- implementation 'com.github.apphud:ApphudSDK-Android:0.8.3'
+ implementation 'com.github.apphud:ApphudSDK-Android:0.8.5'
131
implementation 'com.android.billingclient:billing:3.0.0'
132
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@apphud/react-native-apphud-sdk",
3
- "version": "1.0.4",
+ "version": "1.0.5",
4
"description": "Apphud SDK for react native",
5
"main": "lib/commonjs/index",
6
"module": "lib/module/index",
0 commit comments