Skip to content

Commit

Permalink
Update to newly built Kotlin Client from GH Run 11
Browse files Browse the repository at this point in the history
  • Loading branch information
openapi-bot committed Oct 25, 2024
1 parent 4f533f9 commit a14a535
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build-jar.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

jar {
archiveBaseName = 'cumulocity-clients-kotlin'
archiveVersion = '-8'
archiveVersion = '-11'
}

repositories {
Expand All @@ -18,7 +18,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.cumulocity'
artifactId = 'cumulocity-clients-kotlin'
version = '-8'
version = '-11'
from components.java
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 33
versionCode 8
versionCode 11
versionName ""

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit a14a535

Please sign in to comment.