summaryrefslogtreecommitdiff
path: root/apex/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'apex/AndroidManifest.xml')
-rw-r--r--apex/AndroidManifest.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/apex/AndroidManifest.xml b/apex/AndroidManifest.xml
index adc9daa92..8bcdef634 100644
--- a/apex/AndroidManifest.xml
+++ b/apex/AndroidManifest.xml
@@ -18,8 +18,7 @@
package="com.android.cellbroadcast">
<!-- APEX does not have classes.dex -->
<application android:hasCode="false" />
- <!-- set target SDK to 30 until S sdk is finalized, see b/182409562 -->
- <uses-sdk
- android:targetSdkVersion="30"
- />
+ <!-- TODO: Uncomment this when the R API level is fixed. b/148281152 -->
+ <!-- Setting maxSdk to lock the module to R. minSdk is auto-set by build system -->
+ <uses-sdk android:targetSdkVersion="31" />
</manifest>