Skip to content

Commit 66225e3

Browse files
authored
chore: upgrade to 2.0.2 (#1377)
1 parent 839f655 commit 66225e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
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 2
12-
versionName "2.0.1"
11+
versionCode 3
12+
versionName "2.0.2"
1313
multiDexEnabled true
1414
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1515
}

0 commit comments

Comments
 (0)