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

Commit 0e1f65fa authored by Jiyong Park's avatar Jiyong Park Committed by Android (Google) Code Review
Browse files

Merge "Remove min sdk version and set target/max sdk version to 29" into qt-dev

parents 2616bbf4 90f41114
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -18,10 +18,9 @@
  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. -->
  <!-- Setting maxSdk to lock the module to Q. minSdk is auto-set by build system -->
  <uses-sdk
      android:minSdkVersion="28"
      android:maxSdkVersion="29"
      android:targetSdkVersion="28"
      android:targetSdkVersion="29"
  />
</manifest>
+2 −3
Original line number Diff line number Diff line
@@ -18,10 +18,9 @@
  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. -->
  <!-- Setting maxSdk to lock the module to Q. minSdk is auto-set by build system -->
  <uses-sdk
      android:minSdkVersion="28"
      android:maxSdkVersion="29"
      android:targetSdkVersion="28"
      android:targetSdkVersion="29"
  />
</manifest>