We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbbd70c commit ea31293Copy full SHA for ea31293
app/build.gradle
@@ -34,8 +34,8 @@ android {
34
defaultConfig {
35
minSdkVersion 16
36
targetSdkVersion 24
37
- versionCode 34
38
- versionName '1.2.0'
+ versionCode 35
+ versionName '1.2.1'
39
applicationId 'org.glucosio.android'
40
41
vectorDrawables.useSupportLibrary = true
wear/build.gradle
@@ -29,8 +29,8 @@ android {
29
applicationId "org.glucosio.android"
30
minSdkVersion 21
31
32
33
}
buildTypes {
debug {
0 commit comments