Skip to content

Commit fe6333f

Browse files
committed
Bump versions
1 parent 901912d commit fe6333f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android-example-app/app/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 25
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

1515
lintOptions {
@@ -40,5 +40,5 @@ dependencies {
4040
testCompile 'junit:junit:4.12'
4141
//noinspection GradleCompatible
4242
compile 'com.android.support:appcompat-v7:27.1.1'
43-
compile 'ch.freshbits.pathshare.sdk:pathshare-sdk:2.1.0'
43+
compile 'ch.freshbits.pathshare.sdk:pathshare-sdk:2.2.0'
4444
}

0 commit comments

Comments
 (0)