Skip to content

Commit f604406

Browse files
committed
Bump version and sdk dependecy version
1 parent 52ae0b7 commit f604406

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 1_0_2
12-
versionName "1.0.2"
11+
versionCode 1_0_3
12+
versionName "1.0.3"
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:1.0.2'
43+
compile 'ch.freshbits.pathshare.sdk:pathshare-sdk:1.0.3'
4444
}

0 commit comments

Comments
 (0)