Skip to content

Commit ac889ed

Browse files
committed
Fixed issue with incorrect feature in AndroidManifest.xml
1 parent c97f9f7 commit ac889ed

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ android {
1717
applicationId = "com.anthonyla.paperize"
1818
minSdk = 26
1919
targetSdk = 34
20-
versionCode = 5
20+
versionCode = 6
2121
versionName = "1.0.1"
2222

2323
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools">
44

5-
<uses-feature
6-
android:name="android.software.paperize"
7-
android:required="true" />
8-
95
<uses-permission android:name="android.permission.SET_WALLPAPER"/>
106
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK" />
117
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />

0 commit comments

Comments
 (0)