Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4e458b90 authored by Baligh Uddin's avatar Baligh Uddin
Browse files

Remove hardcoded SDK from 'R' version of modules.

BUG: 130541924
Change-Id: I783098119cf9a7046fa9586e8ce2be50aa82f17f
Exempt-From-Owner-Approval: baligh@ approving to unblock TM
parent 695eccfd
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -19,8 +19,10 @@
  <!-- APEX does not have classes.dex -->
  <application android:hasCode="false" />
  <!-- Setting maxSdk to lock the module to Q. minSdk is auto-set by build system -->
  <uses-sdk
  <!-- TODO: Uncomment this when the R API level is fixed. b/148281152 -->
  <!--uses-sdk
      android:maxSdkVersion="29"
      android:targetSdkVersion="29"
  />
  -->
</manifest>
+3 −1
Original line number Diff line number Diff line
@@ -19,8 +19,10 @@
  <!-- APEX does not have classes.dex -->
  <application android:hasCode="false" />
  <!-- Setting maxSdk to lock the module to Q. minSdk is auto-set by build system -->
  <uses-sdk
  <!-- TODO: Uncomment this when the R API level is fixed. b/148281152 -->
  <!--uses-sdk
      android:maxSdkVersion="29"
      android:targetSdkVersion="29"
  />
  -->
</manifest>