We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c6b98f commit 3de4e7aCopy full SHA for 3de4e7a
demo/build.gradle
@@ -53,10 +53,10 @@ dependencies {
53
implementation project(path: ':sdk')
54
55
//To use from maven central
56
- //implementation "com.apphud:ApphudSDK-Android:1.6.0"
+ //implementation "com.apphud:ApphudSDK-Android:1.6.1"
57
58
//To use from jitpack
59
- //implementation "com.github.apphud:ApphudSDK-Android:1.6.0"
+ //implementation "com.github.apphud:ApphudSDK-Android:1.6.1"
60
61
implementation 'com.android.billingclient:billing:3.0.0'
62
gradle.properties
@@ -20,4 +20,4 @@ android.enableJetifier=true
20
# Kotlin code style for this project: "official" or "obsolete":
21
kotlin.code.style=official
22
23
-sdkVersion=1.6.0
+sdkVersion=1.6.1
0 commit comments