Skip to content

Commit

Permalink
Update version to 0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tcobbs-bentley committed Dec 15, 2023
1 parent 3818d29 commit 32eb2a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ This is pre-release software and provided as-is.
This repository contains the Kotlin code used to build [iTwin.js](http://www.itwinjs.org) applications on Android devices. This package requires Android API Level 28 (Android 9.0) or later. Most people will use binary builds of this package. If you want to build it yourself in order to contribute, please see [CONTRIBUTING.md](./CONTRIBUTING.md).

## Note
This package is designed to be used with the [@itwin/mobile-sdk-core](https://github.com/iTwin/mobile-sdk-core) and [@itwin/mobile-ui-react](https://github.com/iTwin/mobile-ui-react) packages. Those two packages are intended to be installed via npm, and their version number must match the version number of this package. Furthermore, they use __iTwin.js 4.2.4__, and your app must use that same version of iTwin.js.
This package is designed to be used with the [@itwin/mobile-sdk-core](https://github.com/iTwin/mobile-sdk-core) and [@itwin/mobile-ui-react](https://github.com/iTwin/mobile-ui-react) packages. Those two packages are intended to be installed via npm, and their version number must match the version number of this package. Furthermore, they use __iTwin.js 4.3.2__, and your app must use that same version of iTwin.js.
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.21.2'
versionName '0.22.1'

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'
artifactId = 'mobile-sdk-android'
version = '0.21.2'
version = '0.22.1'
}
// Creates a Maven publication called 'debug'.
debug(MavenPublication) {
from components.debug
artifact(sourceJar)
groupId = 'com.github.itwin'
artifactId = 'mobile-sdk-android'
version = '0.21.2-debug'
version = '0.22.1-debug'
}
}
}
Expand Down

0 comments on commit 32eb2a6

Please sign in to comment.