Skip to content

Commit caf7f56

Browse files
author
Paolo Rotolo
committed
Releasing 0.9.3.
1 parent 8134514 commit caf7f56

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
defaultConfig {
1010
minSdkVersion 16
1111
targetSdkVersion 23
12-
versionCode 8
13-
versionName '0.9.2'
12+
versionCode 9
13+
versionName '0.9.3'
1414

1515
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1616
}

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
</string-array>
106106
<string name="tip_example" translatable="false">Use less cheese in your recipes and meals. Fresh mozzarella packed in water and Swiss cheese are usually lower in sodium.</string>
107107
<string name="preferences_about">About</string>
108-
<string name="version" translatable="false">0.9.2 (Imli)</string>
108+
<string name="version" translatable="false">0.9.3 (Imli)</string>
109109
<string name="preferences_version">Version</string>
110110
<string name="preferences_terms">Terms of use</string>
111111
<string name="glucose_reading_type">Type</string>

wear/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
applicationId "org.glucosio.android"
1010
minSdkVersion 21
1111
targetSdkVersion 23
12-
versionCode 8
13-
versionName "0.9.2"
12+
versionCode 9
13+
versionName "0.9.3"
1414
}
1515
buildTypes {
1616
debug {

0 commit comments

Comments
 (0)