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

Commit a22dec20 authored by Jiyong Park's avatar Jiyong Park Committed by android-build-merger
Browse files

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

am: 0e1f65fa

Change-Id: I9d3ccb0ef2ed7e28af94e4e6c264891ec34df660
parents 37af9996 0e1f65fa
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>