Skip to content

Commit

Permalink
Bump Pathshare SDK Version
Browse files Browse the repository at this point in the history
  • Loading branch information
jhabr committed Feb 7, 2024
1 parent a77e3ce commit 5e9c45c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android-example-app/app-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
testImplementation 'junit:junit:4.13'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'ch.freshbits.pathshare.sdk:pathshare-sdk:2.3.4'
implementation 'ch.freshbits.pathshare.sdk:pathshare-sdk:2.3.5'
}
2 changes: 1 addition & 1 deletion android-example-app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
testImplementation 'junit:junit:4.13'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'ch.freshbits.pathshare.sdk:pathshare-sdk:2.3.4'
implementation 'ch.freshbits.pathshare.sdk:pathshare-sdk:2.3.5'
}

0 comments on commit 5e9c45c

Please sign in to comment.