Skip to content

Commit a72a4eb

Browse files
committed
Bump dependencies version
1 parent 44ab77a commit a72a4eb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ dependencies {
5454
implementation fileTree(dir: 'libs', include: ['*.jar'])
5555
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
5656
testImplementation 'junit:junit:4.13'
57-
implementation 'androidx.appcompat:appcompat:1.4.2'
58-
implementation 'ch.freshbits.pathshare.sdk:pathshare-sdk:2.3.3'
57+
implementation 'androidx.appcompat:appcompat:1.6.1'
58+
implementation 'ch.freshbits.pathshare.sdk:pathshare-sdk:2.3.4'
5959
}

android-example-app/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ repositories {
4949
dependencies {
5050
implementation fileTree(dir: 'libs', include: ['*.jar'])
5151
testImplementation 'junit:junit:4.13'
52-
implementation 'androidx.appcompat:appcompat:1.4.2'
53-
implementation 'ch.freshbits.pathshare.sdk:pathshare-sdk:2.3.3'
52+
implementation 'androidx.appcompat:appcompat:1.6.1'
53+
implementation 'ch.freshbits.pathshare.sdk:pathshare-sdk:2.3.4'
5454
}

android-example-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.4.10'
4+
ext.kotlin_version = '1.7.22'
55

66
repositories {
77
mavenCentral()

0 commit comments

Comments
 (0)