Skip to content

Commit

Permalink
fdroid build trigger
Browse files Browse the repository at this point in the history
V1.1.1
  • Loading branch information
fr3ts0n committed Sep 16, 2021
1 parent 7e4bad9 commit beb0de2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CsvLogger/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId 'com.fr3ts0n.androbd.plugin.csv'
minSdkVersion 16
targetSdkVersion 25
versionCode 10100
versionName 'V1.1.0'
versionCode 10101
versionName 'V1.1.1'
}

applicationVariants.all { variant ->
Expand Down
4 changes: 2 additions & 2 deletions GpsProvider/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
minSdkVersion 15
targetSdkVersion 25
vectorDrawables.useSupportLibrary = true
versionCode 10100
versionName 'V1.1.0'
versionCode 10101
versionName 'V1.1.1'
}

applicationVariants.all { variant ->
Expand Down
4 changes: 2 additions & 2 deletions MqttPublisher/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
minSdkVersion 15
targetSdkVersion 25
vectorDrawables.useSupportLibrary = true
versionCode 10100
versionName 'V1.1.0'
versionCode 10101
versionName 'V1.1.1'
}

applicationVariants.all { variant ->
Expand Down
4 changes: 2 additions & 2 deletions PluginHost/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "com.example.pluginhost"
minSdkVersion 15
targetSdkVersion 25
versionCode 10100
versionName 'V1.1.0'
versionCode 10101
versionName 'V1.1.1'

lintOptions {
// Override lint error on targetSdkVersion
Expand Down
4 changes: 2 additions & 2 deletions SensorProvider/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId 'com.fr3ts0n.androbd.plugin.sensorprovider'
minSdkVersion 15
targetSdkVersion 25
versionCode 10100
versionName 'V1.1.0'
versionCode 10101
versionName 'V1.1.1'
}

applicationVariants.all { variant ->
Expand Down

0 comments on commit beb0de2

Please sign in to comment.