Skip to content

Commit

Permalink
Update version to 0.22.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tcobbs-bentley committed Jul 22, 2024
1 parent bf68a52 commit 65edf9a
Show file tree
Hide file tree
Showing 22 changed files with 469 additions and 469 deletions.
2 changes: 1 addition & 1 deletion Android/CameraSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
implementation 'com.github.itwin.mobilesdk:mobile-sdk-android:0.22.7'
implementation 'com.github.itwin.mobilesdk:mobile-sdk-android:0.22.9'
}

preBuild.dependsOn(":itmsamplesshared:genITMAppConfig", ":itmsamplesshared:copyITMAssets")
2 changes: 1 addition & 1 deletion Android/Shared/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.5.1"
implementation 'com.google.android.material:material:1.6.1'
implementation 'com.github.itwin.mobilesdk:mobile-sdk-android:0.22.7'
implementation 'com.github.itwin.mobilesdk:mobile-sdk-android:0.22.9'
}

apply from: 'ITMAppConfig.gradle'
Expand Down
2 changes: 1 addition & 1 deletion Android/ThirdPartyAuth/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies {
implementation 'com.auth0.android:auth0:2.8.0'
implementation 'com.auth0.android:jwtdecode:2.0.1'

implementation 'com.github.itwin.mobilesdk:mobile-sdk-android:0.22.7'
implementation 'com.github.itwin.mobilesdk:mobile-sdk-android:0.22.9'
}

apply from: "$rootDir/../Shared/ITMAppConfig.gradle"
Expand Down
2 changes: 1 addition & 1 deletion Android/iTwinStarter/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
implementation 'com.github.itwin.mobilesdk:mobile-sdk-android:0.22.7'
implementation 'com.github.itwin.mobilesdk:mobile-sdk-android:0.22.9'
}

preBuild.dependsOn(":itmsamplesshared:genITMAppConfig", ":itmsamplesshared:copyITMAssets")
Expand Down
2 changes: 1 addition & 1 deletion ReactNative/iTwinRNStarter/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ dependencies {
} else {
implementation jscFlavor
}
implementation 'com.github.itwin.mobilesdk:mobile-sdk-android:0.22.7'
implementation 'com.github.itwin.mobilesdk:mobile-sdk-android:0.22.9'
}

apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@
repositoryURL = "https://github.com/iTwin/mobile-sdk-ios.git";
requirement = {
kind = exactVersion;
version = 0.22.7;
version = 0.22.9;
};
};
1F64EF042A12FC3300E2275E /* XCRemoteSwiftPackageReference "ShowTime.git" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/iTwin/mobile-sdk-ios.git",
"state" : {
"revision" : "bcb628427ba09ec98b05068cc11c52deaf905b5e",
"version" : "0.22.7"
"revision" : "3c7ce4d3e3d845c9de715036e9be57f440f2bbff",
"version" : "0.22.9"
}
},
{
Expand Down
Loading

0 comments on commit 65edf9a

Please sign in to comment.