From dd992d5ea56b7a3349a571d53bb7b7f2942723a3 Mon Sep 17 00:00:00 2001
From: niyatim23 <niyatim23@gmail.com>
Date: Thu, 11 Apr 2024 13:33:14 -0700
Subject: [PATCH] readme testing note

---
 README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README.md b/README.md
index 95be9a4..a5bc286 100644
--- a/README.md
+++ b/README.md
@@ -101,6 +101,16 @@ However, in the case that it needs to be disabled, locate the RTCConfiguration p
 PeerConnection.RTCConfiguration rtcConfig = new PeerConnection.RTCConfiguration();
 rtcConfig.continualGatheringPolicy = PeerConnection.ContinualGatheringPolicy.GATHER_CONTINUALLY;
 ```
+## 7. Testing
+This SDK has been tested with Java 11, 17 to build the Gradle dependencies and Java 8, 11, and, 17 in the compile options in build.gradle
+
+```agsl
+compileOptions {
+        sourceCompatibility JavaVersion.VERSION_1_8
+        targetCompatibility JavaVersion.VERSION_1_8
+    }
+```
+For more details about the different Java versions, please check [Java versions in Android builds](https://developer.android.com/build/jdks#jdk-config-in-studio)
 
 ## License