Skip to content

Commit

Permalink
Bump release version v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Slatvinski committed Nov 30, 2023
1 parent 2f0e182 commit f7015ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ dependencies {

implementation project(path: ':sdk')

//To use from maven central
//implementation "com.apphud:ApphudSDK-Android:2.2.3"

//To use from jitpack
//implementation "com.github.apphud:ApphudSDK-Android:2.2.3"

implementation 'com.android.billingclient:billing:6.1.0'

testImplementation 'junit:junit:4.13.2'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official

sdkVersion=2.2.2.3
sdkVersion=2.2.3

0 comments on commit f7015ed

Please sign in to comment.