IFAAService: Drop compile SDK and version code from manifest

This is a privileged app, build system will do this on its own

Change-Id: Icb8227dd75b0e066acefebcfbb2795d31445375d
This commit is contained in:
Sebastiano Barezzi 2024-08-06 21:50:04 +02:00
parent a9847d67c5
commit a0c8131d20
No known key found for this signature in database
GPG Key ID: 763BD3AE91A7A13F

View File

@ -1,15 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:sharedUserId="android.uid.system"
android:versionCode="30"
android:versionName="11"
android:compileSdkVersion="30"
android:compileSdkVersionCodename="11"
package="org.ifaa.aidl.manager"
platformBuildVersionCode="30"
platformBuildVersionName="11">
<uses-sdk android:minSdkVersion="30" android:targetSdkVersion="29" />
package="org.ifaa.aidl.manager">
<application
android:label="@string/app_name"