Skip to content

Commit

Permalink
Release 1.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
paolorotolo committed Jul 8, 2016
1 parent e1b406b commit 2241546
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 24
versionCode 32
versionName '1.1.1'
versionCode 33
versionName '1.1.2'
applicationId 'org.glucosio.android'

vectorDrawables.useSupportLibrary = true
Expand Down
8 changes: 4 additions & 4 deletions app/src/main/res/xml/preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
-->

<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<ListPreference
android:dialogTitle="@string/helloactivity_language"
android:key="pref_language"
android:title="@string/helloactivity_language" />
<ListPreference
android:dialogTitle="@string/helloactivity_country"
android:key="pref_country"
Expand Down Expand Up @@ -90,8 +94,4 @@
<Preference
android:key="about_settings"
android:title="@string/preferences_about_glucosio" />
<ListPreference
android:dialogTitle="@string/helloactivity_language"
android:key="pref_language"
android:title="@string/helloactivity_language" />
</PreferenceScreen>
4 changes: 2 additions & 2 deletions wear/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ android {
applicationId "org.glucosio.android"
minSdkVersion 21
targetSdkVersion 24
versionCode 32
versionName '1.1.1'
versionCode 33
versionName '1.1.2'
}
buildTypes {
debug {
Expand Down

0 comments on commit 2241546

Please sign in to comment.