Compare commits

..

No commits in common. "e90716a1bdc3824865fef8f8bafa93df53fd79ad" and "9492f2f91c2ebc7a32088dddf76bb664e6d73b92" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -3,13 +3,13 @@ plugins {
} }
android { android {
compileSdkVersion 31 compileSdkVersion 30
buildToolsVersion "30.0.3" buildToolsVersion "30.0.3"
defaultConfig { defaultConfig {
applicationId "net.crystalyx.setaswallpaper" applicationId "net.crystalyx.setaswallpaper"
minSdkVersion 23 minSdkVersion 23
targetSdkVersion 31 targetSdkVersion 30
versionCode 6 versionCode 6
versionName "2.4" versionName "2.4"
} }
@ -28,5 +28,5 @@ android {
} }
dependencies { dependencies {
implementation "androidx.core:core:1.7.0" implementation "androidx.core:core:1.6.0"
} }

View File

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