Skip to content

Commit 3de4e7a

Browse files
author
Vladimir Slatvinski
committed
Bump build version 1.6.1
1 parent 8c6b98f commit 3de4e7a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

demo/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ dependencies {
5353
implementation project(path: ':sdk')
5454

5555
//To use from maven central
56-
//implementation "com.apphud:ApphudSDK-Android:1.6.0"
56+
//implementation "com.apphud:ApphudSDK-Android:1.6.1"
5757

5858
//To use from jitpack
59-
//implementation "com.github.apphud:ApphudSDK-Android:1.6.0"
59+
//implementation "com.github.apphud:ApphudSDK-Android:1.6.1"
6060

6161
implementation 'com.android.billingclient:billing:3.0.0'
6262

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ android.enableJetifier=true
2020
# Kotlin code style for this project: "official" or "obsolete":
2121
kotlin.code.style=official
2222

23-
sdkVersion=1.6.0
23+
sdkVersion=1.6.1

0 commit comments

Comments
 (0)