Skip to content

Commit

Permalink
build: set version code to 26
Browse files Browse the repository at this point in the history
Set version code to 26.

Signed-off-by: Roberto Sartori <roberto.sartori@kynetics.com>
  • Loading branch information
roberto-sartori committed Aug 3, 2020
1 parent 183ece1 commit d337303
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion uf-client-service/build.gradle
Expand Up @@ -19,7 +19,7 @@ android {
applicationId "com.kynetics.uf.service"
minSdkVersion 19
targetSdkVersion 28
versionCode 25
versionCode 26
versionName versionFromGit(project)
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 2 additions & 2 deletions uf-client-service/uf-client-service-api/build.gradle
Expand Up @@ -29,7 +29,7 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 28
versionCode 25
versionCode 26
versionName version
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand All @@ -51,4 +51,4 @@ android {
outputFormat = 'gfm'
outputDirectory = "$buildDir/documentation"
}
}
}
2 changes: 1 addition & 1 deletion uf-client-ui-example/build.gradle
Expand Up @@ -18,7 +18,7 @@ android {
applicationId "com.kynetics.uf.clientexample"
minSdkVersion 19
targetSdkVersion 28
versionCode 25
versionCode 26
versionName versionFromGit(project)
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit d337303

Please sign in to comment.