File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -49,6 +49,6 @@ repositories {
4949dependencies {
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}
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4- ext. kotlin_version = ' 1.4.10 '
4+ ext. kotlin_version = ' 1.7.22 '
55
66 repositories {
77 mavenCentral()
You can’t perform that action at this time.
0 commit comments