Skip to content

Commit

Permalink
google play duplication of name
Browse files Browse the repository at this point in the history
  • Loading branch information
liaoheng committed Mar 12, 2018
1 parent f6f6c38 commit 672d5d1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
applicationId "me.liaoheng.wallpaper"
versionCode 100
versionName "1.0.0"
versionCode 101
versionName "1.0.1"
}

def isSigning = true
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">每日必应壁纸</string>
<string name="app_name">Starth必应壁纸</string>
<string name="set_wallpaper_running">正在设置壁纸,请稍候</string>
<string name="set_wallpaper_success">壁纸设置成功</string>
<string name="set_wallpaper_failure">壁纸设置失败</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-zh-rTW/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">每日必應桌布</string>
<string name="app_name">Starth必應桌布</string>
<string name="set_wallpaper_running">正在設定桌布,請稍候</string>
<string name="set_wallpaper_success">桌布設定成功</string>
<string name="set_wallpaper_failure">桌布設定失敗</string>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Daily Bing Wallpaper</string>
<string name="app_name">Starth Bing Wallpaper</string>
<string name="set_wallpaper_running">Setting wallpaper, please wait</string>
<string name="set_wallpaper_success">Setting wallpaper success</string>
<string name="set_wallpaper_failure">Setting wallpaper failed</string>
Expand Down Expand Up @@ -51,7 +51,7 @@
<!--intro-->
<string name="intro_update_set">Set Automatic update wallpaper</string>
<string name="intro_update_set_timing_time">Timing time: </string>
<string name="intro_hint_welcome">Welcome to Daily Bing Wallpaper</string>
<string name="intro_hint_welcome">Welcome to Starth Bing Wallpaper</string>
<string name="intro_hint_whitelist">The app needs to be added to the whitelist of the background admin app, as Brevent, Greenify&#8230;</string>
<string name="intro_hint_battery">System battery optimization will make the application can not be performed on time to update the wallpaper</string>

Expand Down

0 comments on commit 672d5d1

Please sign in to comment.