Skip to content
This repository was archived by the owner on Aug 22, 2024. It is now read-only.

[FIXED] Reduced APP size by 40% by using WebP #101

Merged
merged 3 commits into from
Jun 2, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.hossainkhan.android.constraintlayout"
minSdkVersion rootProject.ext.androidMinSdkVersion
targetSdkVersion rootProject.ext.androidTargetSdkVersion
versionCode 10
versionName "1.8-constraint-layout-demo"
versionCode 109
versionName "1.9-constraint-layout-demo"
versionNameSuffix "-${gitSha()}"

buildConfigField "String", "GIT_SHA", "\"${gitSha()}\""
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed app/src/main/res/drawable-xxxhdpi/poster_i1.jpg
Binary file not shown.
Binary file added app/src/main/res/drawable-xxxhdpi/poster_i1.webp
Binary file not shown.
Binary file removed app/src/main/res/drawable-xxxhdpi/poster_i2.jpg
Binary file not shown.
Binary file added app/src/main/res/drawable-xxxhdpi/poster_i2.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed app/src/main/res/drawable-xxxhdpi/thumb_ted_talk.png
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ ext {
// --------------------------------------------------
daggerVersion = '2.15' // https://github.com/google/dagger
timberLibraryVersion = '4.7.1' // https://github.com/JakeWharton/timber
leakcanaryLibraryVersion = '2.0-alpha-1' // https://github.com/square/leakcanary/releases
leakcanaryLibraryVersion = '2.0-alpha-2' // https://github.com/square/leakcanary/releases
}

//
Expand Down