File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
android-example-app/app-kotlin Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments