File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ plugins {
44}
55
66android {
7- compileSdk 33
7+ compileSdk 34
88
99 defaultConfig {
1010 applicationId " ch.freshbits.pathshare.example"
11- minSdkVersion 21
12- targetSdkVersion 33
11+ minSdkVersion 25
12+ targetSdkVersion 34
1313 versionCode 133
1414 versionName " 2.3.4"
1515
@@ -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}
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ plugins {
33}
44
55android {
6- compileSdk 33
6+ compileSdk 34
77
88 defaultConfig {
99 applicationId " ch.freshbits.pathshare.example"
1010 minSdkVersion 25
11- targetSdkVersion 33
11+ targetSdkVersion 34
1212 versionCode 133
1313 versionName " 2.3.4"
1414 }
@@ -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}
You can’t perform that action at this time.
0 commit comments