Skip to content

Commit 75fba61

Browse files
author
Paolo Rotolo
committed
Release 1.0.2 to Beta.
1 parent 34c94ba commit 75fba61

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ android {
3333
defaultConfig {
3434
minSdkVersion 16
3535
targetSdkVersion 23
36-
versionCode 25
37-
versionName '1.0.1'
36+
versionCode 26
37+
versionName '1.0.2'
3838
applicationId "org.glucosio.android"
3939

4040
vectorDrawables.useSupportLibrary = true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
<string name="preferences_about">About</string>
159159
<string name="preferences_experimental_title" translatable="false">Here be dragons :/</string>
160160
<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>
161-
<string name="version" translatable="false">1.0.0 (Shega)</string>
161+
<string name="version" translatable="false">1.0.2 (Shega)</string>
162162
<string name="preferences_version">Version</string>
163163
<string name="preferences_coming_soon">Coming soon...</string>
164164
<string name="preferences_terms">Terms of use</string>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ allprojects {
4545
ext.buildToolsVer = '23.0.3'
4646

4747
ext.androidSupportVer = '23.4.0'
48-
ext.googlePlayServicesVer = '9.0.0'
48+
ext.googlePlayServicesVer = '9.0.2'
4949

5050
ext.butterKnifeVer = '8.0.1'
5151

wear/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ android {
2929
applicationId "org.glucosio.android"
3030
minSdkVersion 21
3131
targetSdkVersion 23
32-
versionCode 25
33-
versionName '1.0.1'
32+
versionCode 26
33+
versionName '1.0.2'
3434
}
3535
buildTypes {
3636
debug {
@@ -52,6 +52,6 @@ android {
5252

5353
dependencies {
5454
compile fileTree(dir: 'libs', include: ['*.jar'])
55-
compile 'com.google.android.support:wearable:1.3.0'
56-
compile 'com.google.android.gms:play-services-wearable:8.4.0'
55+
compile 'com.google.android.support:wearable:1.4.0'
56+
compile 'com.google.android.gms:play-services-wearable:9.0.2'
5757
}

0 commit comments

Comments
 (0)