Fix download on http only
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

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 {
applicationId "net.crystalyx.setaswallpaper"
minSdkVersion 14
minSdkVersion 23
targetSdkVersion 30
versionCode 4
versionName "2.2"
versionCode 5
versionName "2.3"
}
buildTypes {

View File

@ -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"