Skip to content

Commit 3c0c917

Browse files
committed
Bump versions
1 parent f64c8df commit 3c0c917

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "ch.freshbits.pathshare.example"
99
minSdkVersion 21
1010
targetSdkVersion 27
11-
versionCode 2_1_0
12-
versionName "2.1.0"
11+
versionCode 2_2_0
12+
versionName "2.2.0"
1313

1414
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1515
}
@@ -41,7 +41,7 @@ dependencies {
4141
implementation fileTree(dir: 'libs', include: ['*.jar'])
4242
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
4343
implementation 'com.android.support:appcompat-v7:27.1.1'
44-
implementation 'ch.freshbits.pathshare.sdk:pathshare-sdk:2.1.0'
44+
implementation 'ch.freshbits.pathshare.sdk:pathshare-sdk:2.2.0'
4545
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
4646
implementation 'com.android.support:design:27.1.1'
4747
}

0 commit comments

Comments
 (0)