Skip to content

Commit

Permalink
Releasing Glucosio 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paolorotolo committed Jun 2, 2017
1 parent 973e80f commit 8353fae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 25
versionCode 40
versionName '1.3.2'
versionCode 41
versionName '1.4.0'
applicationId 'org.glucosio.android'

vectorDrawables.useSupportLibrary = true
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
<string name="preferences_about">About</string>
<string name="preferences_experimental_title" translatable="false">Here be dragons :/</string>
<string name="preferences_experimental">These features are experimental and may not fully work and are for early testing by users. Remember that you can shake your phone to send us feedback.</string>
<string name="version" translatable="false">1.3.2 (Chutney)</string>
<string name="version" translatable="false">1.4.0 (Chutney)</string>
<string name="preferences_version">Version</string>
<string name="preferences_coming_soon">Coming soon...</string>
<string name="preferences_terms">Terms of use</string>
Expand Down

0 comments on commit 8353fae

Please sign in to comment.