Skip to content

Commit

Permalink
update version code and version name
Browse files Browse the repository at this point in the history
  • Loading branch information
oliexdev committed Jun 28, 2015
1 parent 6aa50d7 commit 160a51d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android_app/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.health.openscale"
android:versionCode="3"
android:versionName="1.1" >
android:versionCode="4"
android:versionName="1.2" >

<uses-permission android:name="android.permission.BLUETOOTH"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
Expand Down
4 changes: 2 additions & 2 deletions android_app/app/src/main/res/values-ja/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
<string name="info_bluetooth_not_established">Bluetooth接続を確立できなかった場合</string>
<string name="info_data_all_deleted">すべてのレコードが削除されます</string>
<string name="info_data_deleted">データベースが削除されます</string>
<string name="info_data_exported">データにエクスポート</string>
<string name="info_data_exported">レコードのエクスポート</string>
<string name="info_delete_bluetooth_data">すべてのBluetoothデータを削除します</string>
<string name="info_data_imported">データにインポート</string>
<string name="info_data_imported">レコードのインポート</string>
<string name="info_delete_bluetooth_data_success">Bluetoothのデータが正常に削除されました</string>
<string name="info_on_date">でした -</string>
<string name="info_no_selected_user">ユーザーは存在しません!設定で新しいユーザを入れてください</string>
Expand Down

0 comments on commit 160a51d

Please sign in to comment.