File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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"
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 >
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments