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

Commit 1935c74

Browse files
authored
Merge pull request #101 from amardeshbd/reduce-app-size
[FIXED] Reduced APP size by 40% by using WebP
2 parents 2a4c5a9 + e5c96d2 commit 1935c74

26 files changed

+3
-3
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "com.hossainkhan.android.constraintlayout"
1111
minSdkVersion rootProject.ext.androidMinSdkVersion
1212
targetSdkVersion rootProject.ext.androidTargetSdkVersion
13-
versionCode 10
14-
versionName "1.8-constraint-layout-demo"
13+
versionCode 109
14+
versionName "1.9-constraint-layout-demo"
1515
versionNameSuffix "-${gitSha()}"
1616

1717
buildConfigField "String", "GIT_SHA", "\"${gitSha()}\""
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-185 KB
Binary file not shown.
97.8 KB
Binary file not shown.
-176 KB
Binary file not shown.
97.6 KB
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 not shown.
Binary file not shown.

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ ext {
106106
// --------------------------------------------------
107107
daggerVersion = '2.15' // https://github.com/google/dagger
108108
timberLibraryVersion = '4.7.1' // https://github.com/JakeWharton/timber
109-
leakcanaryLibraryVersion = '2.0-alpha-1' // https://github.com/square/leakcanary/releases
109+
leakcanaryLibraryVersion = '2.0-alpha-2' // https://github.com/square/leakcanary/releases
110110
}
111111

112112
//

0 commit comments

Comments
 (0)