Skip to content

Commit 5e9c45c

Browse files
committed
Bump Pathshare SDK Version
1 parent a77e3ce commit 5e9c45c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android-example-app/app-kotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ dependencies {
5454
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
5555
testImplementation 'junit:junit:4.13'
5656
implementation 'androidx.appcompat:appcompat:1.6.1'
57-
implementation 'ch.freshbits.pathshare.sdk:pathshare-sdk:2.3.4'
57+
implementation 'ch.freshbits.pathshare.sdk:pathshare-sdk:2.3.5'
5858
}

android-example-app/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ dependencies {
5050
implementation fileTree(dir: 'libs', include: ['*.jar'])
5151
testImplementation 'junit:junit:4.13'
5252
implementation 'androidx.appcompat:appcompat:1.6.1'
53-
implementation 'ch.freshbits.pathshare.sdk:pathshare-sdk:2.3.4'
53+
implementation 'ch.freshbits.pathshare.sdk:pathshare-sdk:2.3.5'
5454
}

0 commit comments

Comments
 (0)