Skip to content

Commit 1f16a0c

Browse files
authored
Merge pull request #13 from freshbits/release/2.3.5
Release 2.3.5
2 parents f126be4 + 5e9c45c commit 1f16a0c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ plugins {
44
}
55

66
android {
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
}

android-example-app/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ plugins {
33
}
44

55
android {
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
}

0 commit comments

Comments
 (0)