Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
trhodeos committed Jan 27, 2015
2 parents 6e4cedd + daaf1cb commit 1eb45d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.nightscout.android"
android:versionCode="20"
android:versionName="0.1.11">
android:versionCode="21"
android:versionName="0.1.12">

<uses-feature android:name="android.hardware.usb.host" />

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-it/strings_activity_settings.xml
Expand Up @@ -94,7 +94,7 @@
<string name="pref_header_about">A proposito</string>

<string name="pref_title_about_release_name">Nome della versione</string>
<string name="pref_summary_about_release_name">Cookie Monster</string>
<string name="pref_summary_about_release_name">Dreamsicle</string>

<string name="pref_title_about_version_number">Numero della versione</string>

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings_activity_settings.xml
Expand Up @@ -94,7 +94,7 @@
<string name="pref_header_about">About</string>

<string name="pref_title_about_release_name">Release name</string>
<string name="pref_summary_about_release_name">Cookie Monster</string>
<string name="pref_summary_about_release_name">Dreamsicle</string>

<string name="pref_title_about_version_number">Version number</string>

Expand Down

0 comments on commit 1eb45d6

Please sign in to comment.