Remove maxSDK and TargetSDK.
Without SDK finalization, Play won't recognize 30 and will
block module push.
BUG: 145555422
Change-Id: Ibc55768964170a9c3d093621594238f8cb7d0e18
diff --git a/apex/AndroidManifest.xml b/apex/AndroidManifest.xml
index a32ab33..6f25d7c 100644
--- a/apex/AndroidManifest.xml
+++ b/apex/AndroidManifest.xml
@@ -19,8 +19,4 @@
<!-- APEX does not have classes.dex -->
<application android:hasCode="false" />
<!-- Setting maxSdk to lock the module to R. minSdk is auto-set by build system -->
- <uses-sdk
- android:maxSdkVersion="30"
- android:targetSdkVersion="30"
- />
-</manifest>
\ No newline at end of file
+</manifest>