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

Commit 594fdd86 authored by Mohammad Samiul Islam's avatar Mohammad Samiul Islam Committed by Automerger Merge Worker
Browse files

Merge "Fix package name and version code of ctsshim CtsShimTargetPSdk" into rvc-dev am: 1dbe4dfa

Change-Id: I8a2bb79f15705d605f5655b6620a28349ba9c5ee
parents f23d9637 1dbe4dfa
Loading
Loading
Loading
Loading
+2 −4
Original line number Original line Diff line number Diff line
@@ -14,9 +14,7 @@
  ~ limitations under the License.
  ~ limitations under the License.
  -->
  -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
          package="com.android.apk.cts.shim"
          package="com.android.cts.ctsshim">
          android:versionCode="2"
          android:versionName="2.0" >


    <uses-sdk android:minSdkVersion="28" android:targetSdkVersion="P" />
    <uses-sdk android:minSdkVersion="28" android:targetSdkVersion="P.123" />
</manifest>
</manifest>
 No newline at end of file