Skip to content

Commit 0ecd92e

Browse files
authored
Merge pull request #1504 from fossasia/development
chore: upgrade to v2.0.8 (#1503)
2 parents ce764b4 + 7484fb4 commit 0ecd92e

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
@@ -8,8 +8,8 @@ android {
88
applicationId "io.pslab"
99
minSdkVersion rootProject.ext.minSdkVersion
1010
targetSdkVersion rootProject.ext.targetSdkVersion
11-
versionCode 8
12-
versionName "2.0.7"
11+
versionCode 9
12+
versionName "2.0.8"
1313
multiDexEnabled true
1414
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1515
}

0 commit comments

Comments
 (0)