Skip to content

Commit a2bbb09

Browse files
committed
Update version numbers
1 parent 5daadf2 commit a2bbb09

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

CsvLogger/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
applicationId 'com.fr3ts0n.androbd.plugin.csv'
77
minSdkVersion 15
88
targetSdkVersion 25
9-
versionCode 10004
10-
versionName 'V1.0.4'
9+
versionCode 10100
10+
versionName 'V1.1.0'
1111
}
1212

1313
applicationVariants.all { variant ->

GpsProvider/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
minSdkVersion 15
88
targetSdkVersion 25
99
vectorDrawables.useSupportLibrary = true
10-
versionCode 10004
11-
versionName 'V1.0.4'
10+
versionCode 10100
11+
versionName 'V1.1.0'
1212
}
1313

1414
applicationVariants.all { variant ->

MqttPublisher/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
minSdkVersion 15
88
targetSdkVersion 25
99
vectorDrawables.useSupportLibrary = true
10-
versionCode 10004
11-
versionName 'V1.0.4'
10+
versionCode 10100
11+
versionName 'V1.1.0'
1212
}
1313

1414
applicationVariants.all { variant ->

PluginHost/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
applicationId "com.example.pluginhost"
77
minSdkVersion 15
88
targetSdkVersion 25
9-
versionCode 10004
10-
versionName '1.0.4'
9+
versionCode 10100
10+
versionName 'V1.1.0'
1111

1212
lintOptions {
1313
// Override lint error on targetSdkVersion

SensorProvider/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
applicationId 'com.fr3ts0n.androbd.plugin.sensorprovider'
77
minSdkVersion 15
88
targetSdkVersion 25
9-
versionCode 10004
10-
versionName 'V1.0.4'
9+
versionCode 10100
10+
versionName 'V1.1.0'
1111
}
1212

1313
applicationVariants.all { variant ->

plugin

Submodule plugin updated 1 file

0 commit comments

Comments
 (0)