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

Commit

Permalink
bump to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xingrz committed Nov 5, 2015
1 parent 14d3ca5 commit ec8f7f1
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -30,8 +30,8 @@ android {

targetSdkVersion 23

versionCode 10401
versionName "1.4.1"
versionCode 10402
versionName "1.4.2"

if (project.hasProperty('FIR_API_TOKEN')) {
buildConfigField "String", "FIR_API_TOKEN", "\"${FIR_API_TOKEN}\""
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
<string name="shape_round">Round</string>

<string name="color_white">White</string>
<string name="color_primary">Primary</string>
<string name="color_gradient">Auto fill</string>

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

0 comments on commit ec8f7f1

Please sign in to comment.