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

Commit f95c6981 authored by Dongwon Kang's avatar Dongwon Kang Committed by Android (Google) Code Review
Browse files

Merge "apexes: set maxSdk to 29 (Q)" into qt-dev

parents af0b1c1b 83dd509b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,8 +18,10 @@
  package="com.android.media">
  <!-- APEX does not have classes.dex -->
  <application android:hasCode="false" />
  <!-- Setting maxSdk to lock the module to Q. minSdk is 28 for now to cover Q beta devices. -->
  <uses-sdk
      android:minSdkVersion="28"
      android:maxSdkVersion="29"
      android:targetSdkVersion="28"
  />
</manifest>
+2 −0
Original line number Diff line number Diff line
@@ -18,8 +18,10 @@
  package="com.android.media.swcodec">
  <!-- APEX does not have classes.dex -->
  <application android:hasCode="false" />
  <!-- Setting maxSdk to lock the module to Q. minSdk is 28 for now to cover Q beta devices. -->
  <uses-sdk
      android:minSdkVersion="28"
      android:maxSdkVersion="29"
      android:targetSdkVersion="28"
  />
</manifest>