Skip to content

Commit

Permalink
Update version to 0.22.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tcobbs-bentley committed Jun 26, 2024
1 parent 798f9bc commit 37b72e3
Show file tree
Hide file tree
Showing 22 changed files with 103 additions and 1,183 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.4'
implementation 'com.github.itwin.mobilesdk:mobile-sdk-android:0.22.5'
}

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.4'
implementation 'com.github.itwin.mobilesdk:mobile-sdk-android:0.22.5'
}

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.4'
implementation 'com.github.itwin.mobilesdk:mobile-sdk-android:0.22.5'
}

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.4'
implementation 'com.github.itwin.mobilesdk:mobile-sdk-android:0.22.5'
}

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.4'
implementation 'com.github.itwin.mobilesdk:mobile-sdk-android:0.22.5'
}

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.4;
version = 0.22.5;
};
};
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" : "8915e9b23070eb1204c900c9079d3fc53b67189c",
"version" : "0.22.4"
"revision" : "36984b23e2b22cfdf7d18fafc6629c59bed5faaa",
"version" : "0.22.5"
}
},
{
Expand Down
Loading

0 comments on commit 37b72e3

Please sign in to comment.