diff --git a/Jenkinsfile b/Jenkinsfile
index 39a72e52..b5bfb90d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,7 +17,7 @@ String platform='Xamarin-Android';
{
checkout scm
- def branchCommit = '"' + 'https://api.github.com/repos/syncfusion-content/Xamarin.Android-docs/pulls/'+env.pullRequestId+'/files'
+ def branchCommit = 'https://api.github.com/repos/syncfusion-content/'+env.githubSourceRepoHttpUrl.split('/')[env.githubSourceRepoHttpUrl.split('/').size() - 1]+'/pulls/' + env.pullRequestId + '/files'
String branchCommitDetails = bat returnStdout: true, script: 'curl -H "Accept: application/vnd.github.v3+json" -u SyncfusionBuild:' + env.GithubBuildAutomation_PrivateToken + " " + branchCommit
def ChangeFiles= branchCommitDetails.split('"filename": ');
diff --git a/xamarin-android-toc.html b/xamarin-android-toc.html
index ac1cdbbe..a18a5c98 100644
--- a/xamarin-android-toc.html
+++ b/xamarin-android-toc.html
@@ -782,7 +782,7 @@
Release Notes
- - 2023 Volume 4 - v24.*
- 2023 Volume 3 - v23.*
- 2023 Volume 2 - v22.*
- 2023 Volume 1 - v21.*
- 2022 Volume 4 - v20.4.0.*
- 2022 Volume 3 - v20.3.0.*
- 2022 Volume 2 - v20.2.0.*
- 2022 volume 1 - v20.1.0.*
- 2021 Volume 4 - v19.4.0.*
- 2021 volume 3 - v19.3.0.*
- 2021 Volume 2 - v19.2.0.*
- 2021 Volume 1 - v19.1.0.*
- 2020 Volume 4 - v18.4.0.*
- 2020 Volume 3 - v18.3.0.*
- 2020 Volume 2 - v18.2.0.*
- 2020 Volume 1 - v18.1.0.*
- 2019 Volume 4 - v17.4.0.*
+ - 2024 Volume 1 - v25.*
- 2023 Volume 4 - v24.*
- 2023 Volume 3 - v23.*
- 2023 Volume 2 - v22.*
- 2023 Volume 1 - v21.*
- 2022 Volume 4 - v20.4.0.*
- 2022 Volume 3 - v20.3.0.*
- 2022 Volume 2 - v20.2.0.*
- 2022 volume 1 - v20.1.0.*
- 2021 Volume 4 - v19.4.0.*
- 2021 volume 3 - v19.3.0.*
- 2021 Volume 2 - v19.2.0.*
- 2021 Volume 1 - v19.1.0.*
- 2020 Volume 4 - v18.4.0.*
- 2020 Volume 3 - v18.3.0.*
- 2020 Volume 2 - v18.2.0.*
- 2020 Volume 1 - v18.1.0.*
- 2019 Volume 4 - v17.4.0.*
- 2019 Volume 3 - v17.3.0.*
- Weekly Nuget Release
diff --git a/xamarin-android/Release-Notes/v25.1.35.md b/xamarin-android/Release-Notes/v25.1.35.md
new file mode 100644
index 00000000..e588f600
--- /dev/null
+++ b/xamarin-android/Release-Notes/v25.1.35.md
@@ -0,0 +1,16 @@
+---
+title: Essential Studio for Xamarin.Android 2024 Volume 1 Main Release Release Notes
+description: Essential Studio for Xamarin.Android 2024 Volume 1 Main Release Release Notes
+platform: Xamarin.Android
+documentation: ug
+---
+
+# Essential Studio for Xamarin.Android Release Notes
+
+{% include release-info.html date="March 15, 2024" version="v25.1.35" %}
+
+{% directory path: _includes/release-notes/v25.1.35 %}
+
+{% include {{file.url}} %}
+
+{% enddirectory %}
\ No newline at end of file