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

Commit 78acb105 authored by Baligh Uddin's avatar Baligh Uddin Committed by Android (Google) Code Review
Browse files

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

parents 659a8bc0 4acc2967
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>