Skip to content

Commit

Permalink
Update version to 0.10.28
Browse files Browse the repository at this point in the history
  • Loading branch information
tcobbs-bentley committed Jun 21, 2022
1 parent 8a6122c commit fa8fe87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.

## 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 3.2.2__, 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 3.2.3__, and your app must use that same version of iTwin.js.
8 changes: 4 additions & 4 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.27'
versionName '0.10.28'

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
consumerProguardFiles 'consumer-rules.pro'
Expand Down Expand Up @@ -52,7 +52,7 @@ dependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.5.0'
implementation 'net.openid:appauth:0.11.1'
api 'com.github.itwin:mobile-native-android:3.2.10'
api 'com.github.itwin:mobile-native-android:3.2.11'

// testImplementation 'junit:junit:4.+'
// androidTestImplementation 'androidx.test.ext:junit:1.1.3'
Expand Down Expand Up @@ -82,15 +82,15 @@ afterEvaluate {
from components.release
groupId = 'com.github.itwin'
artifactId = 'mobile-sdk-android'
version = '0.10.27'
version = '0.10.28'
}
// Creates a Maven publication called 'debug'.
debug(MavenPublication) {
from components.debug
artifact(sourceJar)
groupId = 'com.github.itwin'
artifactId = 'mobile-sdk-android'
version = '0.10.27-debug'
version = '0.10.28-debug'
}
}
}
Expand Down

0 comments on commit fa8fe87

Please sign in to comment.