Skip to content

Commit

Permalink
Update version to 0.22.13
Browse files Browse the repository at this point in the history
  • Loading branch information
tcobbs-bentley committed Aug 19, 2024
1 parent 5791c13 commit 4d2c8b4
Show file tree
Hide file tree
Showing 26 changed files with 553 additions and 642 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.12'
implementation 'com.github.itwin.mobilesdk:mobile-sdk-android:0.22.13'
}

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

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

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

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

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.12;
version = 0.22.13;
};
};
1F64EF042A12FC3300E2275E /* XCRemoteSwiftPackageReference "ShowTime.git" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/iTwin/mobile-native-ios",
"state" : {
"revision" : "5a1cd9e2d699007151a930bf2ef64e8226f589bd",
"version" : "4.8.40"
"revision" : "9e53d742cc9a9adc6c241ff7df1b9f9d1ff5d238",
"version" : "4.8.42"
}
},
{
"identity" : "mobile-sdk-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/iTwin/mobile-sdk-ios.git",
"state" : {
"revision" : "ba916358f43a14f02ea7e7ef15740d5861f2e043",
"version" : "0.22.12"
"revision" : "7f6db5bc5e43a199c53a9da3a46179a0b9b000d0",
"version" : "0.22.13"
}
},
{
Expand Down
Loading

0 comments on commit 4d2c8b4

Please sign in to comment.