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

Commit 882e78f1 authored by Damian Patel's avatar Damian Patel
Browse files

API level 30 upgrade: AOSP Contacts

The AndroidManifest.xml file of the AOSP Contacts
app has been upgraded such that its "targetSdkVersion"
is 30.

Test: manual - the application builds successfully and
the all the unit tests pass.

Change-Id: I4879293221fe6e75f674fb7ac4cfc036c44edc36
parent 808bc1b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@

    <uses-sdk
        android:minSdkVersion="21"
        android:targetSdkVersion="29"/>
        android:targetSdkVersion="30"/>

    <original-package android:name="com.android.contacts"/>