Fix download on http only
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Michel Roux 2021-08-17 09:19:01 +02:00
parent 16b753c0ce
commit a2d52cc274
2 changed files with 4 additions and 3 deletions

View File

@ -8,10 +8,10 @@ android {
defaultConfig { defaultConfig {
applicationId "net.crystalyx.setaswallpaper" applicationId "net.crystalyx.setaswallpaper"
minSdkVersion 14 minSdkVersion 23
targetSdkVersion 30 targetSdkVersion 30
versionCode 4 versionCode 5
versionName "2.2" versionName "2.3"
} }
buildTypes { buildTypes {

View File

@ -6,6 +6,7 @@
<application <application
android:allowBackup="false" android:allowBackup="false"
android:usesCleartextTraffic="true"
android:label="Set as wallpaper" android:label="Set as wallpaper"
android:icon="@mipmap/ic_launcher" android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round" android:roundIcon="@mipmap/ic_launcher_round"