Skip to content

Commit ba5d269

Browse files
authored
Merge pull request #14 from freshbits/release/2.3.6
Release 2.3.6
2 parents 1f16a0c + 17f9e72 commit ba5d269

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

android-example-app/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)