From 3b4e68059286e66257f1ed2182dd4fe29f84ca91 Mon Sep 17 00:00:00 2001 From: Travis Cobbs <77415528+tcobbs-bentley@users.noreply.github.com> Date: Tue, 13 Aug 2024 13:17:26 -0700 Subject: [PATCH] Update to iTwin 4.8.1 (#96) --- README.md | 2 +- mobile-sdk/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae68be8..3ab5941 100644 --- a/README.md +++ b/README.md @@ -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.7.8__, 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.8.1__, and your app must use that same version of iTwin.js. diff --git a/mobile-sdk/build.gradle b/mobile-sdk/build.gradle index a8f36ea..23fe386 100644 --- a/mobile-sdk/build.gradle +++ b/mobile-sdk/build.gradle @@ -60,7 +60,7 @@ dependencies { implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.1' implementation 'net.openid:appauth:0.11.1' - api 'com.github.itwin:mobile-native-android:4.7.29' + api 'com.github.itwin:mobile-native-android:4.8.40' // testImplementation 'junit:junit:4.+' // androidTestImplementation 'androidx.test.ext:junit:1.1.3'