Skip to content

Commit

Permalink
Update version to 0.22.15
Browse files Browse the repository at this point in the history
  • Loading branch information
tcobbs-bentley committed Oct 29, 2024
1 parent d8bb28c commit 891cea6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mobile-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
minSdk 28
targetSdk 33
versionCode 1
versionName '0.22.14'
versionName '0.22.15'

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
consumerProguardFiles 'consumer-rules.pro'
Expand Down Expand Up @@ -90,15 +90,15 @@ afterEvaluate {
from components.release
groupId = 'com.github.itwin.mobilesdk'
artifactId = 'mobile-sdk-android'
version = '0.22.14'
version = '0.22.15'
}
// Creates a Maven publication called 'debug'.
debug(MavenPublication) {
from components.debug
artifact(sourceJar)
groupId = 'com.github.itwin.mobilesdk'
artifactId = 'mobile-sdk-android'
version = '0.22.14-debug'
version = '0.22.15-debug'
}
}
}
Expand Down

0 comments on commit 891cea6

Please sign in to comment.