Skip to content

Commit 2241546

Browse files
author
Paolo Rotolo
committed
Release 1.1.2.
1 parent e1b406b commit 2241546

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ android {
3434
defaultConfig {
3535
minSdkVersion 16
3636
targetSdkVersion 24
37-
versionCode 32
38-
versionName '1.1.1'
37+
versionCode 33
38+
versionName '1.1.2'
3939
applicationId 'org.glucosio.android'
4040

4141
vectorDrawables.useSupportLibrary = true

app/src/main/res/xml/preferences.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
-->
2020

2121
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
22+
<ListPreference
23+
android:dialogTitle="@string/helloactivity_language"
24+
android:key="pref_language"
25+
android:title="@string/helloactivity_language" />
2226
<ListPreference
2327
android:dialogTitle="@string/helloactivity_country"
2428
android:key="pref_country"
@@ -90,8 +94,4 @@
9094
<Preference
9195
android:key="about_settings"
9296
android:title="@string/preferences_about_glucosio" />
93-
<ListPreference
94-
android:dialogTitle="@string/helloactivity_language"
95-
android:key="pref_language"
96-
android:title="@string/helloactivity_language" />
9797
</PreferenceScreen>

wear/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ android {
2929
applicationId "org.glucosio.android"
3030
minSdkVersion 21
3131
targetSdkVersion 24
32-
versionCode 32
33-
versionName '1.1.1'
32+
versionCode 33
33+
versionName '1.1.2'
3434
}
3535
buildTypes {
3636
debug {

0 commit comments

Comments
 (0)