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

Commit

Permalink
Merge pull request #101 from amardeshbd/reduce-app-size
Browse files Browse the repository at this point in the history
[FIXED] Reduced APP size by 40% by using WebP
  • Loading branch information
hossain-khan authored Jun 2, 2019
2 parents 2a4c5a9 + e5c96d2 commit 1935c74
Show file tree
Hide file tree
Showing 26 changed files with 3 additions and 3 deletions.
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

0 comments on commit 1935c74

Please sign in to comment.