Skip to content

Commit

Permalink
Bump release version 2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Slatvinski committed Sep 12, 2024
1 parent dec15e1 commit ec4d3e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ dependencies {
implementation 'io.branch.sdk.android:library:5.+'

implementation project(path: ':sdk')
//implementation "com.apphud:ApphudSDK-Android:2.7.2"
//implementation "com.apphud:ApphudSDK-Android:2.7.3"


testImplementation 'junit:junit:4.13.2'
Expand Down
4 changes: 2 additions & 2 deletions demo_old/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ dependencies {
implementation project(path: ':sdk')

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

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

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

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

0 comments on commit ec4d3e9

Please sign in to comment.