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

Commit 83dd509b authored by Dongwon Kang's avatar Dongwon Kang
Browse files

apexes: set maxSdk to 29 (Q)

Test: build & adb install to beta3 devices
Bug: 127495630
Change-Id: I88600ee6823fcd066c17262bc998724d605f502f
parent ef7eaaf8
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>