Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.

Commit ec8f7f1

Browse files
committed
bump to 1.4.2
1 parent 14d3ca5 commit ec8f7f1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ android {
3030

3131
targetSdkVersion 23
3232

33-
versionCode 10401
34-
versionName "1.4.1"
33+
versionCode 10402
34+
versionName "1.4.2"
3535

3636
if (project.hasProperty('FIR_API_TOKEN')) {
3737
buildConfigField "String", "FIR_API_TOKEN", "\"${FIR_API_TOKEN}\""

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
<string name="shape_round">Round</string>
3838

3939
<string name="color_white">White</string>
40-
<string name="color_primary">Primary</string>
4140
<string name="color_gradient">Auto fill</string>
4241

4342
<string name="adjust_ok">Add to home screen</string>

0 commit comments

Comments
 (0)