Skip to content

Commit

Permalink
Update version to 0.10.24
Browse files Browse the repository at this point in the history
  • Loading branch information
tcobbs-bentley committed May 23, 2022
1 parent 7195490 commit 5392baa
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 24
targetSdk 31
versionCode 1
versionName '0.10.23'
versionName '0.10.24'

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

0 comments on commit 5392baa

Please sign in to comment.