We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ae0b7 commit f604406Copy full SHA for f604406
android-example-app/app/build.gradle
@@ -8,8 +8,8 @@ android {
8
applicationId "ch.freshbits.pathshare.example"
9
minSdkVersion 25
10
targetSdkVersion 27
11
- versionCode 1_0_2
12
- versionName "1.0.2"
+ versionCode 1_0_3
+ versionName "1.0.3"
13
}
14
15
lintOptions {
@@ -40,5 +40,5 @@ dependencies {
40
testCompile 'junit:junit:4.12'
41
//noinspection GradleCompatible
42
compile 'com.android.support:appcompat-v7:27.1.1'
43
- compile 'ch.freshbits.pathshare.sdk:pathshare-sdk:1.0.2'
+ compile 'ch.freshbits.pathshare.sdk:pathshare-sdk:1.0.3'
44
0 commit comments