Update targetSdkVersion appthemehelper

main
Prathamesh More 2021-11-09 10:23:12 +05:30
parent 19c1bafeb8
commit 9a32aa2805
2 changed files with 3 additions and 3 deletions

View File

@ -145,11 +145,11 @@
<activity
android:name=".cast.ExpandedControlsActivity"
android:exported="true"
android:label="@string/app_name"
android:launchMode="singleTask"
android:screenOrientation="portrait"
android:theme="@style/Theme.AppCompat.NoActionBar"
android:exported="true">
android:theme="@style/Theme.AppCompat.NoActionBar">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
</intent-filter>

View File

@ -4,7 +4,7 @@ android {
compileSdkVersion 31
defaultConfig {
minSdkVersion 21
targetSdkVersion 29
targetSdkVersion 31
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"