File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ android {
1010 applicationId " ch.freshbits.pathshare.example"
1111 minSdkVersion 25
1212 targetSdkVersion 34
13- versionCode 133
14- versionName " 2.3.4 "
13+ versionCode 135
14+ versionName " 2.3.6 "
1515
1616 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
1717 }
@@ -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.5 '
57+ implementation ' ch.freshbits.pathshare.sdk:pathshare-sdk:2.3.6 '
5858}
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ android {
99 applicationId " ch.freshbits.pathshare.example"
1010 minSdkVersion 25
1111 targetSdkVersion 34
12- versionCode 133
13- versionName " 2.3.4 "
12+ versionCode 135
13+ versionName " 2.3.6 "
1414 }
1515 packagingOptions {
1616 resources {
@@ -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.5 '
53+ implementation ' ch.freshbits.pathshare.sdk:pathshare-sdk:2.3.6 '
5454}
You can’t perform that action at this time.
0 commit comments