Skip to content

Commit

Permalink
Bump version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EmileKroeger committed Sep 30, 2020
1 parent 15cc14e commit c32a8fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.softbankrobotics.peppermaskdetection"
minSdkVersion 23
targetSdkVersion 29
versionCode 5
versionName "1.3.1"
versionCode 6
versionName "1.3.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<resources>
<string name="app_name">PepperMaskDetection</string>
<string name="app_name">PepperMaskDetection 1.3.2</string>
<string name="permissions_needed">Camera and Microphone permissions needed. Please allow in App Settings for additional functionality.</string>
<string name="mask">Mask</string>
<string name="no_mask">No Mask</string>
Expand Down

0 comments on commit c32a8fb

Please sign in to comment.