[Satellite] Introduced min and target sdk version in TestSatelliteApp .

This fix will avoid  issue while installing in other releases.

Bug: 404736391
Flag: EXEMPT bug fix
Test: Verified manually
Change-Id: I8c135f063dc87b295413f90f83d19f18925a4ec4
diff --git a/testapps/TestSatelliteApp/Android.bp b/testapps/TestSatelliteApp/Android.bp
index fa95de6..2786c83 100644
--- a/testapps/TestSatelliteApp/Android.bp
+++ b/testapps/TestSatelliteApp/Android.bp
@@ -15,6 +15,8 @@
         "SatelliteClient",
         "google-satellite",
     ],
+    min_sdk_version: "35",
+    target_sdk_version: "35",
     owner: "google",
     privileged: true,
     certificate: "platform",