Update dependency androidx.core:core to v1.7.0 #6

Merged
Xefir merged 4 commits from renovate/androidx.core-core-1.x into master 2021-10-28 07:25:32 +00:00
Showing only changes of commit e30df9f476 - Show all commits

View File

@ -11,9 +11,8 @@
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:exported="true"
android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen">
<activity android:name=".SetWallpaperActivity">
<activity android:name=".SetWallpaperActivity" android:exported="true">
<intent-filter>
<action android:name="android.intent.action.SEND"/>
<category android:name="android.intent.category.DEFAULT"/>