Skip to content

Commit 2e95c56

Browse files
authored
chore: upgrade app to 2.0.4 (#1408)
1 parent c0e9fa7 commit 2e95c56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: 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 4
12-
versionName "2.0.3"
11+
versionCode 5
12+
versionName "2.0.4"
1313
multiDexEnabled true
1414
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1515
}

0 commit comments

Comments
 (0)