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

Commit 3cada828 authored by Mohammad Samiul Islam's avatar Mohammad Samiul Islam
Browse files

Fix package name and version code of ctsshim CtsShimTargetPSdk

Bug: 152021141
Test: builds successfully
Change-Id: Id0dbe193b383c982e6e906237981541f496f839f
parent 57c68c74
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -14,9 +14,7 @@
  ~ limitations under the License.
  -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
          package="com.android.apk.cts.shim"
          android:versionCode="2"
          android:versionName="2.0" >
          package="com.android.cts.ctsshim">

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