Merge "Fixes for SysUi-Studio gradle build"
This commit is contained in:
committed by
Android (Google) Code Review
commit
e1c734c24f
@@ -18,6 +18,4 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.android.settingslib">
|
||||
|
||||
<uses-sdk android:minSdkVersion="29" />
|
||||
|
||||
</manifest>
|
||||
|
||||
@@ -18,8 +18,4 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.android.settingslib.widget">
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="28"
|
||||
android:targetSdkVersion="31"/>
|
||||
|
||||
</manifest>
|
||||
|
||||
@@ -18,6 +18,4 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.android.settingslib.utils">
|
||||
|
||||
<uses-sdk android:minSdkVersion="21" />
|
||||
|
||||
</manifest>
|
||||
|
||||
@@ -18,7 +18,4 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.android.systemui.plugins">
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="21" />
|
||||
|
||||
</manifest>
|
||||
|
||||
Reference in New Issue
Block a user