We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15cc14e commit c32a8fbCopy full SHA for c32a8fb
app/build.gradle
@@ -10,8 +10,8 @@ android {
10
applicationId "com.softbankrobotics.peppermaskdetection"
11
minSdkVersion 23
12
targetSdkVersion 29
13
- versionCode 5
14
- versionName "1.3.1"
+ versionCode 6
+ versionName "1.3.2"
15
16
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
17
}
app/src/main/res/values/strings.xml
@@ -1,5 +1,5 @@
1
<resources>
2
- <string name="app_name">PepperMaskDetection</string>
+ <string name="app_name">PepperMaskDetection 1.3.2</string>
3
<string name="permissions_needed">Camera and Microphone permissions needed. Please allow in App Settings for additional functionality.</string>
4
<string name="mask">Mask</string>
5
<string name="no_mask">No Mask</string>
0 commit comments