Skip to content

Commit

Permalink
Optimize PNG + actually lower minSdk
Browse files Browse the repository at this point in the history
  • Loading branch information
papjul committed Mar 16, 2024
1 parent 78b3338 commit ed1a28a
Show file tree
Hide file tree
Showing 53 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ android {

defaultConfig {
applicationId = "org.breezyweather.pixeliconprovider"
minSdk = 21
minSdk = 11
targetSdk = 34
versionCode = 3
versionName = "3.0"
versionCode = 4
versionName = "4.0"
}

buildTypes {
Expand Down
Binary file modified app/src/main/res/drawable/shortcut_clear_day_pixel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/shortcut_clear_day_pixel_f.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/shortcut_clear_night_pixel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/shortcut_clear_night_pixel_f.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/shortcut_cloudy_pixel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/shortcut_cloudy_pixel_f.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/shortcut_fog_pixel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/shortcut_fog_pixel_f.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/shortcut_partly_cloudy_day_pixel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/shortcut_partly_cloudy_night_pixel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/shortcut_partly_cloudy_night_pixel_f.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/shortcut_rain_pixel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/shortcut_rain_pixel_f.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/shortcut_sleet_pixel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/shortcut_sleet_pixel_f.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/shortcut_snow_pixel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/shortcut_snow_pixel_f.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/shortcut_thunderstorm_pixel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/shortcut_thunderstorm_pixel_f.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/shortcut_wind_pixel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/shortcut_wind_pixel_f.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/weather_clear_day_pixel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/weather_clear_night_pixel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/weather_cloudy_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/weather_cloudy_2.png
Binary file modified app/src/main/res/drawable/weather_cloudy_pixel.png
Binary file modified app/src/main/res/drawable/weather_fog_2.png
Binary file modified app/src/main/res/drawable/weather_fog_pixel.png
Binary file modified app/src/main/res/drawable/weather_hail_pixel.png
Binary file modified app/src/main/res/drawable/weather_haze_pixel.png
Binary file modified app/src/main/res/drawable/weather_partly_cloudy_1.png
Binary file modified app/src/main/res/drawable/weather_partly_cloudy_day_pixel.png
Binary file modified app/src/main/res/drawable/weather_partly_cloudy_mini.png
Binary file modified app/src/main/res/drawable/weather_partly_cloudy_night_pixel.png
Binary file modified app/src/main/res/drawable/weather_rain_1.png
Binary file modified app/src/main/res/drawable/weather_rain_2.png
Binary file modified app/src/main/res/drawable/weather_rain_3.png
Binary file modified app/src/main/res/drawable/weather_rain_pixel.png
Binary file modified app/src/main/res/drawable/weather_sleet_3.png
Binary file modified app/src/main/res/drawable/weather_sleet_pixel.png
Binary file modified app/src/main/res/drawable/weather_snow_2.png
Binary file modified app/src/main/res/drawable/weather_snow_3.png
Binary file modified app/src/main/res/drawable/weather_snow_pixel.png
Binary file modified app/src/main/res/drawable/weather_thunderstorm_1.png
Binary file modified app/src/main/res/drawable/weather_thunderstorm_2.png
Binary file modified app/src/main/res/drawable/weather_thunderstorm_3.png
Binary file modified app/src/main/res/drawable/weather_thunderstorm_pixel.png
Binary file modified app/src/main/res/drawable/weather_wind_1.png
Binary file modified app/src/main/res/drawable/weather_wind_2.png
Binary file modified app/src/main/res/drawable/weather_wind_pixel.png

0 comments on commit ed1a28a

Please sign in to comment.