File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ android {
17
17
applicationId = " com.anthonyla.paperize"
18
18
minSdk = 26
19
19
targetSdk = 34
20
- versionCode = 5
20
+ versionCode = 6
21
21
versionName = " 1.0.1"
22
22
23
23
testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change 2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
xmlns : tools =" http://schemas.android.com/tools" >
4
4
5
- <uses-feature
6
- android : name =" android.software.paperize"
7
- android : required =" true" />
8
-
9
5
<uses-permission android : name =" android.permission.SET_WALLPAPER" />
10
6
<uses-permission android : name =" android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK" />
11
7
<uses-permission android : name =" android.permission.POST_NOTIFICATIONS" />
You can’t perform that action at this time.
0 commit comments