Fix download on http only
This commit is contained in:
parent
16b753c0ce
commit
a2d52cc274
@ -8,10 +8,10 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
applicationId "net.crystalyx.setaswallpaper"
|
||||
minSdkVersion 14
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 30
|
||||
versionCode 4
|
||||
versionName "2.2"
|
||||
versionCode 5
|
||||
versionName "2.3"
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
<application
|
||||
android:allowBackup="false"
|
||||
android:usesCleartextTraffic="true"
|
||||
android:label="Set as wallpaper"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:roundIcon="@mipmap/ic_launcher_round"
|
||||
|
Loading…
Reference in New Issue
Block a user