Skip to content

Commit

Permalink
Update version to 0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tcobbs-bentley committed Oct 3, 2023
1 parent d7b3769 commit b3ed25a
Show file tree
Hide file tree
Showing 26 changed files with 335 additions and 971 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:mobile-sdk-android:0.20.1'
implementation 'com.github.itwin:mobile-sdk-android:0.20.2'
}

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:mobile-sdk-android:0.20.1'
implementation 'com.github.itwin:mobile-sdk-android:0.20.2'
}

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:mobile-sdk-android:0.20.1'
implementation 'com.github.itwin:mobile-sdk-android:0.20.2'
}

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:mobile-sdk-android:0.20.1'
implementation 'com.github.itwin:mobile-sdk-android:0.20.2'
}

preBuild.dependsOn(":itmsamplesshared:genITMAppConfig", ":itmsamplesshared:copyITMAssets")
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:mobile-sdk-android:0.20.1'
implementation 'com.github.itwin:mobile-sdk-android:0.20.2'
}

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.20.1;
version = 0.20.2;
};
};
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" : "02ad1744a0bfeda8a4f37742cebb5fa3e9e8dde8",
"version" : "4.1.8"
"revision" : "0bac848feaa0cb7d1383ff26b39e1661273af8bd",
"version" : "4.1.13"
}
},
{
"identity" : "mobile-sdk-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/iTwin/mobile-sdk-ios.git",
"state" : {
"revision" : "fd2f62a94b3e8d694621ed56bc6b719abce78510",
"version" : "0.20.1"
"revision" : "1c54eeb2e82ff2c6bd9013ccbd0447ea700d4827",
"version" : "0.20.2"
}
},
{
Expand Down
Loading

0 comments on commit b3ed25a

Please sign in to comment.