Skip to content

Commit

Permalink
Update version to 0.22.18
Browse files Browse the repository at this point in the history
  • Loading branch information
tcobbs-bentley committed Dec 10, 2024
1 parent 455a06f commit 95011f3
Show file tree
Hide file tree
Showing 22 changed files with 47 additions and 47 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.17'
implementation 'com.github.itwin.mobilesdk:mobile-sdk-android:0.22.18'
}

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

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

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

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

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.17;
version = 0.22.18;
};
};
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" : "b7f5f4ea68825b268dd4d6b8aa5806787712bdb8",
"version" : "0.22.17"
"revision" : "8bd14aa63501ba6bee01592b206ff5ccef6c1a2d",
"version" : "0.22.18"
}
},
{
Expand Down
36 changes: 18 additions & 18 deletions cross-platform/react-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions cross-platform/react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-app",
"version": "0.22.17",
"version": "0.22.18",
"description": "React app for use with iTwin Mobile SDK samples.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -76,8 +76,8 @@
"@itwin/linear-referencing-backend": "4.10.2",
"@itwin/linear-referencing-common": "4.10.2",
"@itwin/measure-tools-react": "^0.14.2",
"@itwin/mobile-sdk-core": "0.22.17",
"@itwin/mobile-ui-react": "0.22.17",
"@itwin/mobile-sdk-core": "0.22.18",
"@itwin/mobile-ui-react": "0.22.18",
"@itwin/presentation-backend": "4.10.2",
"@itwin/presentation-common": "4.10.2",
"@itwin/presentation-components": "4.4.1",
Expand Down
4 changes: 2 additions & 2 deletions cross-platform/token-server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cross-platform/token-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "token-server",
"version": "0.22.17",
"version": "0.22.18",
"description": "Server-side component to manage providing an access token for the iTwin Platform.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion iOS/CameraSample/CameraSample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@
repositoryURL = "https://github.com/iTwin/mobile-sdk-ios.git";
requirement = {
kind = exactVersion;
version = 0.22.17;
version = 0.22.18;
};
};
/* End XCRemoteSwiftPackageReference section */
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" : "b7f5f4ea68825b268dd4d6b8aa5806787712bdb8",
"version" : "0.22.17"
"revision" : "8bd14aa63501ba6bee01592b206ff5ccef6c1a2d",
"version" : "0.22.18"
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@
repositoryURL = "https://github.com/iTwin/mobile-sdk-ios.git";
requirement = {
kind = exactVersion;
version = 0.22.17;
version = 0.22.18;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@
repositoryURL = "https://github.com/iTwin/mobile-sdk-ios.git";
requirement = {
kind = exactVersion;
version = 0.22.17;
version = 0.22.18;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
2 changes: 1 addition & 1 deletion iOS/MobileStarter/MobileStarter.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@
repositoryURL = "https://github.com/iTwin/mobile-sdk-ios.git";
requirement = {
kind = exactVersion;
version = 0.22.17;
version = 0.22.18;
};
};
/* End XCRemoteSwiftPackageReference section */
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" : "b7f5f4ea68825b268dd4d6b8aa5806787712bdb8",
"version" : "0.22.17"
"revision" : "8bd14aa63501ba6bee01592b206ff5ccef6c1a2d",
"version" : "0.22.18"
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@
repositoryURL = "https://github.com/iTwin/mobile-sdk-ios.git";
requirement = {
kind = exactVersion;
version = 0.22.17;
version = 0.22.18;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@
repositoryURL = "https://github.com/iTwin/mobile-sdk-ios.git";
requirement = {
kind = exactVersion;
version = 0.22.17;
version = 0.22.18;
};
};
/* End XCRemoteSwiftPackageReference section */
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" : "b7f5f4ea68825b268dd4d6b8aa5806787712bdb8",
"version" : "0.22.17"
"revision" : "8bd14aa63501ba6bee01592b206ff5ccef6c1a2d",
"version" : "0.22.18"
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@
repositoryURL = "https://github.com/iTwin/mobile-sdk-ios.git";
requirement = {
kind = exactVersion;
version = 0.22.17;
version = 0.22.18;
};
};
1F1C63A327B1996F00CE8F89 /* XCRemoteSwiftPackageReference "ShowTime" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/iTwin/mobile-sdk-ios.git",
"state" : {
"revision" : "b7f5f4ea68825b268dd4d6b8aa5806787712bdb8",
"version" : "0.22.17"
"revision" : "8bd14aa63501ba6bee01592b206ff5ccef6c1a2d",
"version" : "0.22.18"
}
},
{
Expand Down

0 comments on commit 95011f3

Please sign in to comment.