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 901912d commit fe6333fCopy full SHA for fe6333f
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 2_1_0
12
- versionName "2.1.0"
+ versionCode 2_2_0
+ versionName "2.2.0"
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:2.1.0'
+ compile 'ch.freshbits.pathshare.sdk:pathshare-sdk:2.2.0'
44
0 commit comments