Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.

Commit 11f7995

Browse files
authored
Merge pull request #64 from CalyFactory/dev-jspiner
fix version code
2 parents ce1c929 + b1797cf commit 11f7995

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ android {
2424
applicationId "io.caly.calyandroid"
2525
minSdkVersion 15
2626
targetSdkVersion 23
27-
versionCode 7
28-
versionName "1.0.6"
27+
versionCode 8
28+
versionName "1.0.7"
2929
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
3030
multiDexEnabled true
3131
}

0 commit comments

Comments
 (0)