Skip to content

Commit 35b9d71

Browse files
committed
v1.1
1 parent e384aaf commit 35b9d71

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

mobile/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "mkg20001.net.samremote"
99
minSdkVersion 21
1010
targetSdkVersion 28
11-
versionCode 1
12-
versionName "1.0"
11+
versionCode 10100
12+
versionName "1.1"
1313
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1414
// Enabling multidex support.
1515
multiDexEnabled true

samremotecommon/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion 21
99
targetSdkVersion 28
10-
versionCode 1
11-
versionName "1.0"
10+
versionCode 10100
11+
versionName "1.1"
1212

1313
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1414

wear/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "mkg20001.net.samremote"
99
minSdkVersion 25
1010
targetSdkVersion 28
11-
versionCode 1
12-
versionName "1.0"
11+
versionCode 10100
12+
versionName "1.1"
1313
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1414
// Enabling multidex support.
1515
multiDexEnabled true

0 commit comments

Comments
 (0)