Skip to content

Commit c32a8fb

Browse files
committed
Bump version to 1.3.1
1 parent 15cc14e commit c32a8fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "com.softbankrobotics.peppermaskdetection"
1111
minSdkVersion 23
1212
targetSdkVersion 29
13-
versionCode 5
14-
versionName "1.3.1"
13+
versionCode 6
14+
versionName "1.3.2"
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<resources>
2-
<string name="app_name">PepperMaskDetection</string>
2+
<string name="app_name">PepperMaskDetection 1.3.2</string>
33
<string name="permissions_needed">Camera and Microphone permissions needed. Please allow in App Settings for additional functionality.</string>
44
<string name="mask">Mask</string>
55
<string name="no_mask">No Mask</string>

0 commit comments

Comments
 (0)