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

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

Remove hardcoded min, targetSDK for 'R' version of modules

BUG: 130541924
Change-Id: Idba436b7983c92e5a4f727e32456552bccb3990f
Exempt-From-Owner-Approval: baligh@ approving to unblock TM
parent 069dc427
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -20,8 +20,10 @@
  <application android:hasCode="false" />
  <application android:hasCode="false" />
  <!-- b/145383354: Current minSdk is locked to Q for development cycle, lock it to next version
  <!-- b/145383354: Current minSdk is locked to Q for development cycle, lock it to next version
                    before ship. -->
                    before ship. -->
  <uses-sdk
  <!-- TODO: Uncomment this when the R API level is fixed. b/148281152 -->
  <!--uses-sdk
      android:minSdkVersion="29"
      android:minSdkVersion="29"
      android:targetSdkVersion="29"
      android:targetSdkVersion="29"
  />
  />
  -->
</manifest>
</manifest>