Skip to content

Commit d764cae

Browse files
Ping local android msdk templates to v13.1.0 instead of dev branch to avoid the gradlew build failure (#134)
1 parent 2f6f8eb commit d764cae

File tree

2 files changed

+2
-2
lines changed
  • packages/mobile-native-mcp-server/templates

2 files changed

+2
-2
lines changed

packages/mobile-native-mcp-server/templates/AndroidNativeKotlinTemplate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"version": "0.0.1",
44
"private": true,
55
"sdkDependencies": {
6-
"SalesforceMobileSDK-Android": "https://github.com/forcedotcom/SalesforceMobileSDK-Android.git#dev"
6+
"SalesforceMobileSDK-Android": "https://github.com/forcedotcom/SalesforceMobileSDK-Android.git#v13.1.0"
77
}
88
}

packages/mobile-native-mcp-server/templates/MobileSyncExplorerKotlinTemplate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"version": "0.0.1",
44
"private": true,
55
"sdkDependencies": {
6-
"SalesforceMobileSDK-Android": "https://github.com/forcedotcom/SalesforceMobileSDK-Android.git#dev"
6+
"SalesforceMobileSDK-Android": "https://github.com/forcedotcom/SalesforceMobileSDK-Android.git#v13.1.0"
77
}
88
}

0 commit comments

Comments
 (0)